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, |