Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h

Issue 2714153002: Remove LayoutSVGResourceContainer::m_id (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 188462109c58d4bf207d61869e914263fa9fa3fa..f22b7f9d5926f477c9f736134edbf3ef52b537c5 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.h
@@ -62,7 +62,7 @@ class LayoutSVGResourceContainer : public LayoutSVGHiddenContainer {
resourceType == RadialGradientResourceType;
}
- void idChanged();
+ void idChanged(const AtomicString& oldId, const AtomicString& newId);
void invalidateCacheAndMarkForLayout(SubtreeLayoutScope* = nullptr);
@@ -99,7 +99,6 @@ class LayoutSVGResourceContainer : public LayoutSVGHiddenContainer {
void removeClient(LayoutObject*);
void detachAllClients();
- AtomicString m_id;
// Track global (markAllClientsForInvalidation) invals to avoid redundant
// crawls.
unsigned m_invalidationMask : 8;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698