Index: third_party/WebKit/Source/core/dom/Element.h |
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h |
index b4b5cbbf086bb47984c4ae36cce8ae609a699e61..68e35c85ef439d69c1c9be0cf3a168b1318b5e78 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -648,7 +648,7 @@ private: |
void formatForDebugger(char* buffer, unsigned length) const override; |
#endif |
- bool pseudoStyleCacheIsInvalid(const ComputedStyle* currentStyle, ComputedStyle* newStyle); |
+ bool updatePseudoStyleCache(const ComputedStyle* currentStyle, ComputedStyle* newStyle); |
void cancelFocusAppearanceUpdate(); |