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

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

Issue 145133006: Remove the recalc style timer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moar raf 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
« no previous file with comments | « LayoutTests/inspector/layer-tree-model.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 5d063b74b7593c229deedb96f961dd8a19d267dc..7c43c591ba769c8a9f94650f6eca8641dad39e8d 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1039,7 +1039,6 @@ private:
void updateUseShadowTrees();
void unscheduleStyleRecalc();
- void styleRecalcTimerFired(Timer<Document>*);
void detachParser();
@@ -1173,7 +1172,7 @@ private:
ReadyState m_readyState;
bool m_bParsing;
- Timer<Document> m_styleRecalcTimer;
+ bool m_hasPendingStyleRecalc;
bool m_inStyleRecalc;
bool m_gotoAnchorNeededAfterStylesheetsLoad;
« no previous file with comments | « LayoutTests/inspector/layer-tree-model.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698