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

Unified Diff: Source/core/svg/animation/SVGSMILElement.h

Issue 212183004: Remove unneeded mutable keyword in some member variables (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 | « Source/core/storage/StorageArea.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/animation/SVGSMILElement.h
diff --git a/Source/core/svg/animation/SVGSMILElement.h b/Source/core/svg/animation/SVGSMILElement.h
index 4e67f6c423f5583be782d7b31749fcbabf8ccaff..3290a00b1385552c2e5d2b205bd869395984678d 100644
--- a/Source/core/svg/animation/SVGSMILElement.h
+++ b/Source/core/svg/animation/SVGSMILElement.h
@@ -205,7 +205,7 @@ private:
float calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const;
SMILTime calculateNextProgressTime(SMILTime elapsed) const;
- mutable SVGElement* m_targetElement;
+ SVGElement* m_targetElement;
Vector<Condition> m_conditions;
bool m_syncBaseConditionsConnected;
« no previous file with comments | « Source/core/storage/StorageArea.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698