Index: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h |
diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h |
index 56980ab67508b811fd05749f479a1023fc57e496..9a6a52d85a56b6a06d90dc8de91b8744ee2c1c40 100644 |
--- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h |
+++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h |
@@ -29,8 +29,8 @@ public: |
const cc::SurfaceId& getSurfaceId() const { return m_surfaceId; } |
CanvasSurfaceLayerBridgeClient* getClient() const { return m_client.get(); } |
- void satisfyCallback(cc::SurfaceSequence); |
- void requireCallback(cc::SurfaceId, cc::SurfaceSequence); |
+ void satisfyCallback(const cc::SurfaceSequence&); |
+ void requireCallback(const cc::SurfaceId&, const cc::SurfaceSequence&); |
private: |
scoped_refptr<cc::SurfaceLayer> m_surfaceLayer; |