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

Unified Diff: third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h

Issue 2210473002: Mark ResourceClient/ImageResourceObserver finished just before notifying (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests Created 4 years, 4 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/fetch/CSSStyleSheetResource.h
diff --git a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
index bf37f4f31518b593ccdb12b43a74cdfa20159ddd..db2590c13f3460f15634a0dcb47b482e0f798868 100644
--- a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
+++ b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
@@ -69,7 +69,7 @@ private:
CSSStyleSheetResource(const ResourceRequest&, const ResourceLoaderOptions&, const String& charset);
bool canUseSheet(MIMETypeCheck) const;
- void checkNotify() override;
+ void checkNotify(MarkFinishedOption) override;
void setParsedStyleSheetCache(StyleSheetContents*);

Powered by Google App Engine
This is Rietveld 408576698