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

Unified Diff: public/platform/WebCompositorSupport.h

Issue 432263002: Cleanup: Delete deprecate/old API from WebCompositorSupport. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: REBASE Created 6 years, 4 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 855fc1f57ad55077381753efcfd940926e59c57c..4335a353d57f5eb2b493d2a22497c01e3c50be56 100644
--- a/public/platform/WebCompositorSupport.h
+++ b/public/platform/WebCompositorSupport.h
@@ -77,9 +77,6 @@ public:
virtual WebNinePatchLayer* createNinePatchLayer() { return 0; }
- // TODO(dshwang): This isn't used anymore.
- virtual WebSolidColorLayer* createSolidColorLayer() { return 0; }
-
// The ownership of the WebScrollbarThemeGeometry pointer is passed to Chromium.
virtual WebScrollbarLayer* createScrollbarLayer(WebScrollbar*, WebScrollbarThemePainter, WebScrollbarThemeGeometry*) { return 0; }
« 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