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

andersca at apple.com andersca at apple.com
Wed Dec 22 17:51:24 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7e6939099465f8c43dc61d32e86417c4296bf17d
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 1 18:43:33 2010 +0000

    Fix build.
    
    * UIProcess/win/WebView.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73042 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 2f17d9a..3a6b63c 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-01  Anders Carlsson  <andersca at apple.com>
 
+        Fix build.
+
+        * UIProcess/win/WebView.h:
+
+2010-12-01  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by Andreas Kling.
 
         Get rid of DrawingAreaBase
diff --git a/WebKit2/UIProcess/win/WebView.h b/WebKit2/UIProcess/win/WebView.h
index d4b57de..ffd6754 100644
--- a/WebKit2/UIProcess/win/WebView.h
+++ b/WebKit2/UIProcess/win/WebView.h
@@ -118,7 +118,7 @@ private:
 #if USE(ACCELERATED_COMPOSITING)
     virtual void pageDidEnterAcceleratedCompositing();
     virtual void pageDidLeaveAcceleratedCompositing();
-    void switchToDrawingAreaTypeIfNecessary(DrawingAreaBase::Type);
+    void switchToDrawingAreaTypeIfNecessary(DrawingAreaInfo::Type);
 #endif
 
     virtual HWND nativeWindow();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list