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 9eefab1b2883a9d23f042d1c3fb632a8b60f1b8d..21d8ac77ba5eb02eeea407e5c031a1332640430f 100644 |
--- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h |
+++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h |
@@ -18,8 +18,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: |
mojom::blink::OffscreenCanvasSurfacePtr m_service; |