[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 14:08:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5d4f1d05287a660eb518ec45604653f14b4e8fd1
Author: hclam at chromium.org <hclam at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 5 00:58:55 2010 +0000

    Build fix. Not reviewed.
    
    Remove a function declaration.
    
    * src/ChromeClientImpl.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69055 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index ebb5eb6..6c47b21 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -2,6 +2,14 @@
 
         Build fix. Not reviewed.
 
+        Remove a function declaration.
+
+        * src/ChromeClientImpl.h:
+
+2010-10-04  Alpha Lam  <hclam at chromium.org>
+
+        Build fix. Not reviewed.
+
         https://bugs.webkit.org/show_bug.cgi?id=47135
         Add a stub method to make the build happy.
 
diff --git a/WebKit/chromium/src/ChromeClientImpl.h b/WebKit/chromium/src/ChromeClientImpl.h
index 02f1de6..b1208f7 100644
--- a/WebKit/chromium/src/ChromeClientImpl.h
+++ b/WebKit/chromium/src/ChromeClientImpl.h
@@ -155,8 +155,6 @@ public:
     virtual bool allowsAcceleratedCompositing() const;
 #endif
 
-    virtual WebCore::SharedGraphicsContext3D* getSharedGraphicsContext3D();
-
     virtual bool supportsFullscreenForNode(const WebCore::Node*);
     virtual void enterFullscreenForNode(WebCore::Node*);
     virtual void exitFullscreenForNode(WebCore::Node*);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list