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