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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.h

Issue 12374028: Allow WebExternalTextureLayerClient to work with mailboxes. (Closed) 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
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..59533c27549b311263f7bf4b50f523187c518887 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/compositor_bindings/web_compositor_support_impl.h
@@ -33,7 +33,8 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
virtual WebKit::WebContentLayer* createContentLayer(
WebKit::WebContentLayerClient* client);
virtual WebKit::WebExternalTextureLayer* createExternalTextureLayer(
- WebKit::WebExternalTextureLayerClient* client);
+ WebKit::WebExternalTextureLayerClient* client,
+ bool mailbox = false);
piman 2013/03/14 19:54:58 nit: no default value (besides, WebCompositorSuppo
alexst (slow to review) 2013/03/14 20:37:06 Sigh, I thought I removed it already. Done.
virtual WebKit::WebImageLayer* createImageLayer();
virtual WebKit::WebSolidColorLayer* createSolidColorLayer();
virtual WebKit::WebVideoLayer* createVideoLayer(

Powered by Google App Engine
This is Rietveld 408576698