Index: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.cpp b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.cpp |
index c8a8c5ccb18595b38d768e671636ebf5ece406b3..5c9c20660eafc4174b1bea468e9d921a2c1a5224 100644 |
--- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.cpp |
@@ -43,12 +43,12 @@ bool CanvasSurfaceLayerBridge::createSurfaceLayer(int canvasWidth, int canvasHei |
return true; |
} |
-void CanvasSurfaceLayerBridge::satisfyCallback(cc::SurfaceSequence sequence) |
+void CanvasSurfaceLayerBridge::satisfyCallback(const cc::SurfaceSequence& sequence) |
{ |
m_client->asyncSatisfy(sequence); |
} |
-void CanvasSurfaceLayerBridge::requireCallback(cc::SurfaceId surfaceId, cc::SurfaceSequence sequence) |
+void CanvasSurfaceLayerBridge::requireCallback(const cc::SurfaceId& surfaceId, const cc::SurfaceSequence& sequence) |
{ |
m_client->asyncRequire(surfaceId, sequence); |
} |