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

Unified Diff: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h

Issue 2333133003: Make Surface creation lazy for OffscreenCanvasFrameReceiverImpl (Closed)
Patch Set: Rebase Created 4 years, 3 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: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h
diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h
index 21d8ac77ba5eb02eeea407e5c031a1332640430f..5777108ce648c03a70ddb0f80398983cab35f62a 100644
--- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h
+++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h
@@ -17,7 +17,6 @@ public:
~CanvasSurfaceLayerBridgeClientImpl() override;
bool syncGetSurfaceId(cc::SurfaceId*) override;
- void asyncRequestSurfaceCreation(const cc::SurfaceId&) override;
void asyncRequire(const cc::SurfaceId&, const cc::SurfaceSequence&) override;
void asyncSatisfy(const cc::SurfaceSequence&) override;

Powered by Google App Engine
This is Rietveld 408576698