Index: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClient.h |
diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClient.h b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClient.h |
index 72265db89bf7de36201e96dd261929ac35732490..99616054f742bdd78cffb89c3918bc8dcdb6c830 100644 |
--- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClient.h |
+++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClient.h |
@@ -22,8 +22,8 @@ public: |
virtual void asyncRequestSurfaceCreation(const cc::SurfaceId&) = 0; |
// Calls that ensure correct destruction order of surface. |
- virtual void asyncRequire(cc::SurfaceId, cc::SurfaceSequence) = 0; |
- virtual void asyncSatisfy(cc::SurfaceSequence) = 0; |
+ virtual void asyncRequire(const cc::SurfaceId&, const cc::SurfaceSequence&) = 0; |
+ virtual void asyncSatisfy(const cc::SurfaceSequence&) = 0; |
}; |
} // namespace blink |