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

Unified Diff: Source/Platform/chromium/public/WebCompositorSupport.h

Issue 13638008: Blink API to allow mailbox usage with texture layers for WebGL and Canvas2D. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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: Source/Platform/chromium/public/WebCompositorSupport.h
diff --git a/Source/Platform/chromium/public/WebCompositorSupport.h b/Source/Platform/chromium/public/WebCompositorSupport.h
index 6b60a9e91ff4eb8d9f023713a62fb2171a309aac..53cb3b7c9a4a05eaebad55c293ca165287965dfd 100644
--- a/Source/Platform/chromium/public/WebCompositorSupport.h
+++ b/Source/Platform/chromium/public/WebCompositorSupport.h
@@ -77,6 +77,8 @@ public:
virtual WebExternalTextureLayer* createExternalTextureLayer(WebExternalTextureLayerClient* = 0) { return 0; }
+ virtual WebExternalTextureLayer* createExternalTextureLayerForMailbox(WebExternalTextureLayerClient*) { return 0; }
Ken Russell (switch to Gerrit) 2013/04/05 22:51:02 It seems weird that there are two entry points (cr
alexst (slow to review) 2013/04/06 01:25:38 Once mailboxes work across the board, the texture
Ken Russell (switch to Gerrit) 2013/04/08 18:22:56 OK, that sounds fine.
+
virtual WebImageLayer* createImageLayer() { return 0; }
virtual WebSolidColorLayer* createSolidColorLayer() { return 0; }

Powered by Google App Engine
This is Rietveld 408576698