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

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.h

Issue 17859003: Allow DrawingBuffer to present to a bitmap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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/core/platform/graphics/gpu/DrawingBuffer.cpp ('k') | public/platform/WebExternalBitmap.h » ('j') | 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 b9131b7cd4e6131b0b5f50c54d8fcd18ed7f7cc6..aced6741f39c5beecf83b155ea13720213348db7 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.h
+++ b/Tools/DumpRenderTree/chromium/TestRunner/src/TestPlugin.h
@@ -80,7 +80,7 @@ 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 bool prepareMailbox(WebKit::WebExternalTextureMailbox*, WebKit::WebExternalBitmap*) { return false; };
virtual void mailboxReleased(const WebKit::WebExternalTextureMailbox&) { }
private:
« no previous file with comments | « Source/core/platform/graphics/gpu/DrawingBuffer.cpp ('k') | public/platform/WebExternalBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698