| 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 3c5753843f82ebda02dc4a9a9879fc936bcb1a3b..080c33b91831fcb10c7e8bd3d17ed22bb5f905ea 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -824,11 +824,6 @@ void GraphicsLayer::setCompositingReasons(CompositingReasons reasons)
|
| m_debugInfo.setCompositingReasons(reasons);
|
| }
|
|
|
| -void GraphicsLayer::setOwnerNodeId(int nodeId)
|
| -{
|
| - m_debugInfo.setOwnerNodeId(nodeId);
|
| -}
|
| -
|
| void GraphicsLayer::setPosition(const FloatPoint& point)
|
| {
|
| m_position = point;
|
|
|