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

Unified Diff: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp

Issue 2102123002: Make Satisfy/Require callbacks pass Surface id and sequence by reference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
index 430edc0079cf9d2aef518f30273ab9a60753aef1..6f98fdea9a40e35f42d2e5bc590351adb5ea2160 100644
--- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
@@ -38,8 +38,8 @@ public:
bool syncGetSurfaceId(cc::SurfaceId*) override;
void asyncRequestSurfaceCreation(const cc::SurfaceId&) override;
- void asyncRequire(cc::SurfaceId, cc::SurfaceSequence) override {}
- void asyncSatisfy(cc::SurfaceSequence) override {};
+ void asyncRequire(const cc::SurfaceId&, const cc::SurfaceSequence&) override {}
+ void asyncSatisfy(const cc::SurfaceSequence&) override {}
private:
FakeOffscreenCanvasSurfaceImpl* m_service;
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.cpp ('k') | ui/compositor/layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698