Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp

Issue 2572473006: Revert of Collect active stylesheets and and apply asynchronously. (Closed)
Patch Set: Created 4 years 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
Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
index 3bd5f7217f0b17f49faae5da72fb01be578dd1f9..e045165b3ce70e15e8e6fd43a937d21806fcf758 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
@@ -1629,7 +1629,6 @@
}
void StyleResolver::notifyResizeForViewportUnits() {
- document().styleEngine().updateActiveStyle();
m_matchedPropertiesCache.clearViewportDependent();
}
« no previous file with comments | « third_party/WebKit/Source/core/css/StyleSheetContents.cpp ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine