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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.h

Issue 12720022: cc: add layer usage hint to texture layer Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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 | « cc/texture_layer.cc ('k') | webkit/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: webkit/compositor_bindings/web_compositor_support_impl.h
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.h b/webkit/compositor_bindings/web_compositor_support_impl.h
index 9688bcfa690415dcfc3d8bd530c3b7cffeee8041..9a60708c47570d06813bab7a74d90e8d0f93f370 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/compositor_bindings/web_compositor_support_impl.h
@@ -33,7 +33,7 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
virtual WebKit::WebContentLayer* createContentLayer(
WebKit::WebContentLayerClient* client);
virtual WebKit::WebExternalTextureLayer* createExternalTextureLayer(
- WebKit::WebExternalTextureLayerClient* client);
+ WebKit::WebExternalTextureLayerClient* client, bool single_buffer);
virtual WebKit::WebImageLayer* createImageLayer();
virtual WebKit::WebSolidColorLayer* createSolidColorLayer();
virtual WebKit::WebVideoLayer* createVideoLayer(
« no previous file with comments | « cc/texture_layer.cc ('k') | webkit/compositor_bindings/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698