Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h |
index acd3c6c6fb85bbcc238c94c3d0fa5320832baacd..188462109c58d4bf207d61869e914263fa9fa3fa 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h |
@@ -99,8 +99,6 @@ class LayoutSVGResourceContainer : public LayoutSVGHiddenContainer { |
void removeClient(LayoutObject*); |
void detachAllClients(); |
- void registerResource(); |
- |
AtomicString m_id; |
// Track global (markAllClientsForInvalidation) invals to avoid redundant |
// crawls. |