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; |