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 21a3f70b0e3cfc4b39c469440a7b8c21d8573c49..a4fe7e5d8b028d9684b25ee7ee2c142d88a8c963 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -903,9 +903,6 @@ class CORE_EXPORT Element : public ContainerNode { |
const AtomicString&, |
AttributeModificationReason); |
- void pseudoStyleCacheIsInvalid(const ComputedStyle* currentStyle, |
- ComputedStyle* newStyle); |
- |
void cancelFocusAppearanceUpdate(); |
const ComputedStyle* virtualEnsureComputedStyle( |