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

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

Issue 2559613002: Removed resolverChanged(). (Closed)
Patch Set: Rebased Created 4 years 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/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index dedff943c98acf93cda3678cece0d3ac70e6a1ae..4a8a171fd594c7f9618585c1b00e32097c6c241c 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -180,14 +180,6 @@ using MouseEventWithHitTestResults =
EventWithHitTestResults<PlatformMouseEvent>;
using ExceptionCode = int;
-enum StyleResolverUpdateMode {
- // Discards the StyleResolver and rebuilds it.
- FullStyleUpdate,
- // Attempts to use StyleInvalidationAnalysis to avoid discarding the entire
- // StyleResolver.
- AnalyzedStyleUpdate
-};
-
enum NodeListInvalidationType {
DoNotInvalidateOnAttributeChanges = 0,
InvalidateOnClassAttrChange,
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSStyleSheet.cpp ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698