Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
index 7a3cfb4f7bf081b928af2c6143fac2c545b74fc5..3e0cb349f359d4a0962adcba80092f11c7cdf087 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
@@ -1261,7 +1261,7 @@ PaintController& GraphicsLayer::getPaintController() |
return *m_paintController; |
} |
-void GraphicsLayer::setElementId(uint64_t id) |
+void GraphicsLayer::setElementId(const CompositorElementId& id) |
{ |
if (WebLayer* layer = platformLayer()) |
layer->setElementId(id); |