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

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: 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..93d390843cfd1614dccfac698fa5dbf5b430a6b0 100644
--- a/Source/core/animation/ElementAnimations.h
+++ b/Source/core/animation/ElementAnimations.h
@@ -70,7 +70,7 @@ public:
void updateAnimationFlags(LayoutStyle&);
void setAnimationStyleChange(bool animationStyleChange) { m_animationStyleChange = animationStyleChange; }
- const LayoutStyle* baseLayoutStyle() const;
+ const LayoutStyle* validateBaseLayoutStyle();
void updateBaseLayoutStyle(const LayoutStyle*);
void clearBaseLayoutStyle();

Powered by Google App Engine
This is Rietveld 408576698