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

Unified Diff: Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h

Issue 13947015: Landing https://codereview.chromium.org/13638008/ on behalf of alexst: Blink API to allow mailbox u… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h
diff --git a/Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h b/Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h
index b386304c337f303a6745e6a91d94c6e95ce521ba..21dcfde38498ceba4e45a087464892d883d78756 100644
--- a/Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h
+++ b/Source/WebCore/platform/graphics/chromium/Canvas2DLayerBridge.h
@@ -59,6 +59,8 @@ public:
// WebKit::WebExternalTextureLayerClient implementation.
virtual unsigned prepareTexture(WebKit::WebTextureUpdater&) OVERRIDE;
virtual WebKit::WebGraphicsContext3D* context() OVERRIDE;
+ virtual bool prepareMailbox(WebKit::WebExternalTextureMailbox*) OVERRIDE { return false; }
+ virtual void mailboxReleased(const WebKit::WebExternalTextureMailbox&) OVERRIDE { }
// SkDeferredCanvas::NotificationClient implementation
virtual void prepareForDraw() OVERRIDE;
« no previous file with comments | « Source/Platform/chromium/public/WebExternalTextureMailbox.h ('k') | Source/WebCore/platform/graphics/gpu/DrawingBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698