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

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

Issue 2537863006: Make updateStyleInvalidationIfNeeded() private. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6f1cfa633d937bc1e093f7b1c68571bbd81bd899..0c0316097c6a0758cf831ddd71e9e0dad1be1a11 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -1234,7 +1234,6 @@ class CORE_EXPORT Document : public ContainerNode,
void notifyResizeForViewportUnits();
void updateActiveStyle();
- void updateStyleInvalidationIfNeeded();
DECLARE_VIRTUAL_TRACE();
@@ -1369,6 +1368,7 @@ class CORE_EXPORT Document : public ContainerNode,
void updateUseShadowTreesIfNeeded();
void evaluateMediaQueryListIfNeeded();
+ void updateStyleInvalidationIfNeeded();
void updateStyle();
void notifyLayoutTreeOfSubtreeChanges();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698