Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
index b30629e510dccaf32bdbde9ad60adbf9d3f42196..9867964d79b9f75ab15b5577368105318054b4e2 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
@@ -87,7 +87,6 @@ public: |
void setCompositingReasons(CompositingReasons); |
CompositingReasons compositingReasons() const { return m_debugInfo.compositingReasons(); } |
- void setOwnerNodeId(int); |
GraphicsLayer* parent() const { return m_parent; } |
void setParent(GraphicsLayer*); // Internal use only. |