| 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 c1b7be81f7e2cecac5ff5f6147f069a674172a32..7ea4e78b699fb6115fcd6e534dfb0246bba483f6 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -1207,7 +1207,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);
|
|
|