Title: [143639] trunk/Source/Platform
- Revision
- 143639
- Author
- [email protected]
- Date
- 2013-02-21 12:33:11 -0800 (Thu, 21 Feb 2013)
Log Message
[chromium] Remove deprecated WebCompositorSupport::createLayerTreeView() declaration
https://bugs.webkit.org/show_bug.cgi?id=110492
Patch by James Robinson <[email protected]> on 2013-02-21
Reviewed by Adrienne Walker.
* chromium/public/WebCompositorSupport.h:
(WebCompositorSupport):
Modified Paths
Diff
Modified: trunk/Source/Platform/ChangeLog (143638 => 143639)
--- trunk/Source/Platform/ChangeLog 2013-02-21 20:31:41 UTC (rev 143638)
+++ trunk/Source/Platform/ChangeLog 2013-02-21 20:33:11 UTC (rev 143639)
@@ -1,3 +1,13 @@
+2013-02-21 James Robinson <[email protected]>
+
+ [chromium] Remove deprecated WebCompositorSupport::createLayerTreeView() declaration
+ https://bugs.webkit.org/show_bug.cgi?id=110492
+
+ Reviewed by Adrienne Walker.
+
+ * chromium/public/WebCompositorSupport.h:
+ (WebCompositorSupport):
+
2013-02-14 James Robinson <[email protected]>
[chromium] Request WebLayerTreeView for DumpRenderTree via explicit testing path
Modified: trunk/Source/Platform/chromium/public/WebCompositorSupport.h (143638 => 143639)
--- trunk/Source/Platform/chromium/public/WebCompositorSupport.h 2013-02-21 20:31:41 UTC (rev 143638)
+++ trunk/Source/Platform/chromium/public/WebCompositorSupport.h 2013-02-21 20:33:11 UTC (rev 143639)
@@ -105,12 +105,6 @@
virtual WebTransformOperations* createTransformOperations() { return 0; }
- // Testing ------------------------------------------------------
-
- // DEPRECATED
- // May return 0 if initialization fails.
- virtual WebLayerTreeView* createLayerTreeView(WebLayerTreeViewClient*, const WebLayer& root, const WebLayerTreeView::Settings&) { return 0; }
-
protected:
virtual ~WebCompositorSupport() { }
};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes