[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

hclam at chromium.org hclam at chromium.org
Wed Dec 22 13:50:20 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 88c73589a9cc4bc33f1529748d4660e0984589ab
Author: hclam at chromium.org <hclam at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 28 02:17:58 2010 +0000

    Build fix. Not reviewed.
    
    Fix warnings again.
    
    * src/VideoFrameChromiumImpl.cpp:
    (WebKit::VideoFrameChromiumImpl::requiredTextureSize):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68472 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 644fab3..b8f554b 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -2,6 +2,15 @@
 
         Build fix. Not reviewed.
 
+        Fix warnings again.
+
+        * src/VideoFrameChromiumImpl.cpp:
+        (WebKit::VideoFrameChromiumImpl::requiredTextureSize):
+
+2010-09-27  Alpha Lam  <hclam at chromium.org>
+
+        Build fix. Not reviewed.
+
         Add a default for unhandled cases for switch statement.
 
         * src/VideoFrameChromiumImpl.cpp:
diff --git a/WebKit/chromium/src/VideoFrameChromiumImpl.cpp b/WebKit/chromium/src/VideoFrameChromiumImpl.cpp
index f7e55d1..27c1138 100644
--- a/WebKit/chromium/src/VideoFrameChromiumImpl.cpp
+++ b/WebKit/chromium/src/VideoFrameChromiumImpl.cpp
@@ -124,6 +124,8 @@ const IntSize VideoFrameChromiumImpl::requiredTextureSize(unsigned plane) const
         default:
             break;
         }
+    default:
+        break;
     }
     return IntSize();
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list