Title: [138687] trunk/Source/Platform
Revision
138687
Author
[email protected]
Date
2013-01-02 17:21:08 -0800 (Wed, 02 Jan 2013)

Log Message

[chromium] Remove unused transitional #defines from Platform API
https://bugs.webkit.org/show_bug.cgi?id=105971

Patch by James Robinson <[email protected]> on 2013-01-02
Reviewed by Adrienne Walker.

These are leftovers from multi-sided patches that landed months ago.

* chromium/public/WebContentLayerClient.h:
(WebContentLayerClient):
* chromium/public/WebLayer.h:
* chromium/public/WebLayerTreeView.h:
* chromium/public/WebThread.h:

Modified Paths

Diff

Modified: trunk/Source/Platform/ChangeLog (138686 => 138687)


--- trunk/Source/Platform/ChangeLog	2013-01-03 01:20:56 UTC (rev 138686)
+++ trunk/Source/Platform/ChangeLog	2013-01-03 01:21:08 UTC (rev 138687)
@@ -1,3 +1,18 @@
+2013-01-02  James Robinson  <[email protected]>
+
+        [chromium] Remove unused transitional #defines from Platform API
+        https://bugs.webkit.org/show_bug.cgi?id=105971
+
+        Reviewed by Adrienne Walker.
+
+        These are leftovers from multi-sided patches that landed months ago.
+
+        * chromium/public/WebContentLayerClient.h:
+        (WebContentLayerClient):
+        * chromium/public/WebLayer.h:
+        * chromium/public/WebLayerTreeView.h:
+        * chromium/public/WebThread.h:
+
 2013-01-02  David Tseng  <[email protected]>
 
         AX: Chromium needs platform localized strings for media controls.

Modified: trunk/Source/Platform/chromium/public/WebContentLayerClient.h (138686 => 138687)


--- trunk/Source/Platform/chromium/public/WebContentLayerClient.h	2013-01-03 01:20:56 UTC (rev 138686)
+++ trunk/Source/Platform/chromium/public/WebContentLayerClient.h	2013-01-03 01:21:08 UTC (rev 138687)
@@ -41,9 +41,6 @@
     // Optionally, the implementation may set |opaque| to a rect covering pixels that
     // the implementation knows are opaque. This information can be used for various
     // optimizations.
-#define WEBCONTENTLAYERCLIENT_HAS_OPAQUE 1
-#define WEBCONTENTLAYERCLIENT_FLOAT_OPAQUE_RECT 1
-#define WEBCONTENTLAYERCLIENT_HAS_CANPAINTLCDTEXT 1
     virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDText, WebFloatRect& opaque) = 0;
 
 protected:

Modified: trunk/Source/Platform/chromium/public/WebLayer.h (138686 => 138687)


--- trunk/Source/Platform/chromium/public/WebLayer.h	2013-01-03 01:20:56 UTC (rev 138686)
+++ trunk/Source/Platform/chromium/public/WebLayer.h	2013-01-03 01:21:08 UTC (rev 138687)
@@ -51,7 +51,6 @@
 
 class WebLayer {
 public:
-#define WEBLAYER_IS_PURE_VIRTUAL
     WEBKIT_EXPORT static WebLayer* create();
 
     virtual ~WebLayer() { }

Modified: trunk/Source/Platform/chromium/public/WebLayerTreeView.h (138686 => 138687)


--- trunk/Source/Platform/chromium/public/WebLayerTreeView.h	2013-01-03 01:20:56 UTC (rev 138686)
+++ trunk/Source/Platform/chromium/public/WebLayerTreeView.h	2013-01-03 01:21:08 UTC (rev 138687)
@@ -78,7 +78,6 @@
         WebSize maxUntiledLayerSize;
     };
 
-#define WEBLAYERTREEVIEW_IS_PURE_VIRTUAL
     // Attempts to initialize this WebLayerTreeView with the given client, root layer, and settings.
     // If initialization fails, this will return nil.
     WEBKIT_EXPORT static WebLayerTreeView* create(WebLayerTreeViewClient*, const WebLayer& root, const Settings&);

Modified: trunk/Source/Platform/chromium/public/WebThread.h (138686 => 138687)


--- trunk/Source/Platform/chromium/public/WebThread.h	2013-01-03 01:20:56 UTC (rev 138686)
+++ trunk/Source/Platform/chromium/public/WebThread.h	2013-01-03 01:21:08 UTC (rev 138687)
@@ -29,8 +29,6 @@
 
 namespace WebKit {
 
-#define WEBTHREAD_HAS_LONGLONG_CHANGE
-
 // Provides an interface to an embedder-defined thread implementation.
 //
 // Deleting the thread blocks until all pending, non-delayed tasks have been
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to