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

Unified Diff: Source/core/platform/graphics/chromium/Canvas2DLayerBridge.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
Index: Source/core/platform/graphics/chromium/Canvas2DLayerBridge.h
diff --git a/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.h b/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.h
index 68388eadb874f0a53718cb3c890e0cf7d1901060..d37d9ffc305e9ed1032645c73f1d21cb9063477a 100644
--- a/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.h
+++ b/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.h
@@ -66,7 +66,7 @@ public:
// WebKit::WebExternalTextureLayerClient implementation.
virtual unsigned prepareTexture(WebKit::WebTextureUpdater&) OVERRIDE;
virtual WebKit::WebGraphicsContext3D* context() OVERRIDE;
- virtual bool prepareMailbox(WebKit::WebExternalTextureMailbox*) OVERRIDE;
+ virtual bool prepareMailbox(WebKit::WebExternalTextureMailbox*, bool bitmap) OVERRIDE;
virtual void mailboxReleased(const WebKit::WebExternalTextureMailbox&) OVERRIDE;
// SkDeferredCanvas::NotificationClient implementation

Powered by Google App Engine
This is Rietveld 408576698