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

Unified Diff: Source/core/animation/ElementAnimations.h

Issue 1038193002: Clear baseLayoutStyle when the font selector version has increased. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed review issues Created 5 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
Index: Source/core/animation/ElementAnimations.h
diff --git a/Source/core/animation/ElementAnimations.h b/Source/core/animation/ElementAnimations.h
index 0632a2081e9fc04ce74edf0886c6b670c3de775a..f8e9aa7e7b1c1153ddce8fe2368bc8195773a107 100644
--- a/Source/core/animation/ElementAnimations.h
+++ b/Source/core/animation/ElementAnimations.h
@@ -82,7 +82,7 @@ public:
DECLARE_TRACE();
private:
- bool isAnimationStyleChange() const { return m_animationStyleChange; }
+ bool isAnimationStyleChange() const;
AnimationStack m_defaultStack;
CSSAnimations m_cssAnimations;

Powered by Google App Engine
This is Rietveld 408576698