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

Unified Diff: Source/core/dom/Document.h

Issue 298873003: SVG: SVGAnimateElement should not cache |m_animatedElements| (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 7 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
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index ce854fe52d54126c137a6e602850a024f2950981..51719d7d3d4ac58683b2ccabcf40f36edfb6e9d6 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -489,6 +489,7 @@ public:
void updateRenderTreeIfNeeded() { updateRenderTree(NoChange); }
void updateRenderTreeForNodeIfNeeded(Node*);
+ void updateUseShadowTreesIfNeeded();
void updateLayout();
enum RunPostLayoutTasks {
RunPostLayoutTasksAsyhnchronously,
@@ -1108,7 +1109,6 @@ private:
bool dirtyElementsForLayerUpdate();
void updateDistributionIfNeeded();
- void updateUseShadowTreesIfNeeded();
void evaluateMediaQueryListIfNeeded();
void updateRenderTree(StyleRecalcChange);

Powered by Google App Engine
This is Rietveld 408576698