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

Unified Diff: third_party/WebKit/Source/core/loader/HttpEquiv.cpp

Issue 1716803002: Trigger repaint on first paint only on pending stylesheet decrement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: third_party/WebKit/Source/core/loader/HttpEquiv.cpp
diff --git a/third_party/WebKit/Source/core/loader/HttpEquiv.cpp b/third_party/WebKit/Source/core/loader/HttpEquiv.cpp
index f2ce04c1f0fcd082a46efeedc9d75631d0724aaa..34b9cd8e4650657ba5f69a36d7d01a770dd047d5 100644
--- a/third_party/WebKit/Source/core/loader/HttpEquiv.cpp
+++ b/third_party/WebKit/Source/core/loader/HttpEquiv.cpp
@@ -74,7 +74,7 @@ void HttpEquiv::processHttpEquivDefaultStyle(Document& document, const AtomicStr
// -dwh
document.styleEngine().setSelectedStylesheetSetName(content);
document.styleEngine().setPreferredStylesheetSetName(content);
- document.styleResolverChanged();
+ document.styleEngine().resolverChanged(FullStyleUpdate);
}
void HttpEquiv::processHttpEquivRefresh(Document& document, const AtomicString& content)
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp ('k') | third_party/WebKit/Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698