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

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

Issue 143873016: Implement style invalidation tree walk for targeted style recalc upon class change. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comments. Created 6 years, 11 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: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 5d063b74b7593c229deedb96f961dd8a19d267dc..6236f2adb2ad3ef9e0035ff019f002871c5c5b67 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1035,6 +1035,7 @@ private:
virtual EventQueue* eventQueue() const OVERRIDE FINAL;
void updateDistributionIfNeeded();
+ void updateStyleInvalidationIfNeeded();
void updateUseShadowTrees();

Powered by Google App Engine
This is Rietveld 408576698