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

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

Issue 1913833002: Current work-in-progress crbug.com/567021 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed html import issue. 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 4037cbd70347c2502cde8ad58399cb255c5c6bc3..52d49f3089a34a2aaded762e129ea36d8aeb1e0c 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -182,14 +182,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,
@@ -1233,7 +1225,6 @@ class CORE_EXPORT Document : public ContainerNode,
void notifyResizeForViewportUnits();
void updateActiveStyle();
- void updateStyleInvalidationIfNeeded();
DECLARE_VIRTUAL_TRACE();
@@ -1367,6 +1358,7 @@ class CORE_EXPORT Document : public ContainerNode,
void updateUseShadowTreesIfNeeded();
void evaluateMediaQueryListIfNeeded();
+ void updateStyleInvalidationIfNeeded();
void updateStyle();
void notifyLayoutTreeOfSubtreeChanges();
« no previous file with comments | « third_party/WebKit/Source/core/css/resolver/StyleResolver.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