Chromium Code Reviews

Unified Diff: Source/core/frame/FrameView.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/dom/StyleEngine.cpp ('k') | Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.cpp
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
index c737cd4d19664c00da85d4f74fa838b25afa3f92..02b6c707a551c27ebb13da96d42494b00f767bb6 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -766,7 +766,7 @@ void FrameView::performPreLayoutTasks()
// Viewport-dependent media queries may cause us to need completely different style information.
if (!document->styleResolver() || document->styleResolver()->mediaQueryAffectedByViewportChange()) {
- document->styleResolverChanged(RecalcStyleDeferred);
+ document->styleResolverChanged();
document->mediaQueryAffectingValueChanged();
// FIXME: This instrumentation event is not strictly accurate since cached media query results
« no previous file with comments | « Source/core/dom/StyleEngine.cpp ('k') | Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine