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

Unified Diff: third_party/WebKit/Source/core/dom/Element.h

Issue 2728383002: Make ::first-line invalidation work when added or removed. (Closed)
Patch Set: Fixed review issues. Created 3 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: 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(

Powered by Google App Engine
This is Rietveld 408576698