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

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: Comments Created 7 years, 8 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 a5cb019569e6e977dbe941de0eff25daf6b75c71..bcd2e0085069c2e0afee5849a66a15acdf5b76c3 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/compositor_bindings/web_compositor_support_impl.h
@@ -27,6 +27,9 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
WebKit::WebContentLayerClient* client);
virtual WebKit::WebExternalTextureLayer* createExternalTextureLayer(
WebKit::WebExternalTextureLayerClient* client);
+ virtual WebKit::WebExternalTextureLayer*
+ createExternalTextureLayerForMailbox(
+ WebKit::WebExternalTextureLayerClient* client);
virtual WebKit::WebImageLayer* createImageLayer();
virtual WebKit::WebSolidColorLayer* createSolidColorLayer();
virtual WebKit::WebScrollbarLayer* createScrollbarLayer(

Powered by Google App Engine
This is Rietveld 408576698