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

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.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: Rebase plus copyright header. 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
« no previous file with comments | « Source/WebCore/platform/graphics/gpu/DrawingBuffer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.h
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.h b/Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.h
index 53b22e11bc66bd51fa533223e28f3e53dd20b89b..6e5522de25ab760ccf463dcdfc5b22742a11d549 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.h
+++ b/Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.h
@@ -79,6 +79,8 @@ public:
// WebExternalTextureLayerClient methods:
virtual unsigned prepareTexture(WebKit::WebTextureUpdater&) { return m_colorTexture; }
virtual WebKit::WebGraphicsContext3D* context() { return m_context; }
+ virtual bool prepareMailbox(WebKit::WebExternalTextureMailbox*) { return false; };
+ virtual void mailboxReleased(const WebKit::WebExternalTextureMailbox&) { }
private:
TestPlugin(WebKit::WebFrame*, const WebKit::WebPluginParams&, WebTestDelegate*);
« no previous file with comments | « Source/WebCore/platform/graphics/gpu/DrawingBuffer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698