| 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 c9a9515f4ff8a914600750e64d5b5562c3fc0513..743cda3a88599ae7016e1802cae3699be880d95d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -827,11 +827,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;
|
|
|