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

Unified Diff: third_party/WebKit/Source/core/loader/resource/ImageResource.h

Issue 2613853002: Phase III Step 2: Call imageNotifyFinished() and image load event after SVG loading completes (Closed)
Patch Set: Forbid revalidation during waiting for SVG load completion. Created 3 years, 7 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/resource/ImageResource.h
diff --git a/third_party/WebKit/Source/core/loader/resource/ImageResource.h b/third_party/WebKit/Source/core/loader/resource/ImageResource.h
index beb33a6742080d0dc9aea547ea3ef516428d9dd6..321d373592e88e7fe9a44e2e48cf0021e6e36d6d 100644
--- a/third_party/WebKit/Source/core/loader/resource/ImageResource.h
+++ b/third_party/WebKit/Source/core/loader/resource/ImageResource.h
@@ -80,6 +80,7 @@ class CORE_EXPORT ImageResource final
void AllClientsAndObserversRemoved() override;
bool CanReuse(const FetchParameters&) const override;
+ bool CanUseCacheValidator() const override;
PassRefPtr<const SharedBuffer> ResourceBuffer() const override;
void AppendData(const char*, size_t) override;

Powered by Google App Engine
This is Rietveld 408576698