Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: public/platform/WebCompositorSupport.h

Issue 1305343007: Remove WebCompositorSupport::createDisplayItemList(), nothing uses it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCompositorSupport.h
diff --git a/public/platform/WebCompositorSupport.h b/public/platform/WebCompositorSupport.h
index f626c14fc21e14fd34cbe6e7ac4669339e59ed4e..7b6adaf953cad337f4aea5f763bae0ed750522a1 100644
--- a/public/platform/WebCompositorSupport.h
+++ b/public/platform/WebCompositorSupport.h
@@ -41,7 +41,6 @@ class WebCompositorAnimationPlayer;
class WebCompositorAnimationTimeline;
class WebContentLayer;
class WebContentLayerClient;
-class WebDisplayItemList;
class WebExternalTextureLayer;
class WebExternalTextureLayerClient;
class WebFilterAnimationCurve;
@@ -94,8 +93,6 @@ public:
virtual WebCompositorAnimationTimeline* createAnimationTimeline() { return nullptr; }
- virtual WebDisplayItemList* createDisplayItemList() { return nullptr; }
-
protected:
virtual ~WebCompositorSupport() { }
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698