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

Unified Diff: content/renderer/compositor_bindings/web_compositor_support_impl.h

Issue 431273002: compositor_bindings: Stop overriding createSolidColorLayer(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm web_solid_color_layer_impl.* 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 | « content/content_renderer.gypi ('k') | content/renderer/compositor_bindings/web_compositor_support_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/compositor_bindings/web_compositor_support_impl.h
diff --git a/content/renderer/compositor_bindings/web_compositor_support_impl.h b/content/renderer/compositor_bindings/web_compositor_support_impl.h
index 1799af3f0f3a7653d7c5e4af07e07778fbc13975..8bfdce2de435b54b9ef24da91352aa790f55b392 100644
--- a/content/renderer/compositor_bindings/web_compositor_support_impl.h
+++ b/content/renderer/compositor_bindings/web_compositor_support_impl.h
@@ -32,7 +32,6 @@ class CONTENT_EXPORT WebCompositorSupportImpl
blink::WebExternalTextureLayerClient* client);
virtual blink::WebImageLayer* createImageLayer();
virtual blink::WebNinePatchLayer* createNinePatchLayer();
- virtual blink::WebSolidColorLayer* createSolidColorLayer();
virtual blink::WebScrollbarLayer* createScrollbarLayer(
blink::WebScrollbar* scrollbar,
blink::WebScrollbarThemePainter painter,
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/compositor_bindings/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698