Chromium Code Reviews

Unified Diff: Source/core/page/Page.cpp

Issue 296743003: Removed RecalcStyleTime. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/inspector/InspectorStyleSheet.cpp ('k') | Source/core/svg/SVGFontFaceElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.cpp
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
index d2cbc0d8e4f6ee0c6fe3d5fd05f9c4b982a4f767..3d98980db26ed163f840c09bed5f6a76edd48321 100644
--- a/Source/core/page/Page.cpp
+++ b/Source/core/page/Page.cpp
@@ -229,7 +229,7 @@ void Page::scheduleForcedStyleRecalcForAllPages()
void Page::setNeedsRecalcStyleInAllFrames()
{
for (LocalFrame* frame = mainFrame(); frame; frame = frame->tree().traverseNext())
- frame->document()->styleResolverChanged(RecalcStyleDeferred);
+ frame->document()->styleResolverChanged();
}
void Page::setNeedsLayoutInAllFrames()
« no previous file with comments | « Source/core/inspector/InspectorStyleSheet.cpp ('k') | Source/core/svg/SVGFontFaceElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine