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 7ea4e78b699fb6115fcd6e534dfb0246bba483f6..c1b7be81f7e2cecac5ff5f6147f069a674172a32 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
@@ -1207,7 +1207,7 @@ |
return *m_paintController; |
} |
-void GraphicsLayer::setElementId(const CompositorElementId& id) |
+void GraphicsLayer::setElementId(uint64_t id) |
{ |
if (WebLayer* layer = platformLayer()) |
layer->setElementId(id); |