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

Unified Diff: third_party/WebKit/Source/core/html/HTMLImageLoader.h

Issue 2469873002: [ImageResource 4] Split ImageResource into Resource and Image parts (Closed)
Patch Set: style Created 4 years 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/html/HTMLImageLoader.h
diff --git a/third_party/WebKit/Source/core/html/HTMLImageLoader.h b/third_party/WebKit/Source/core/html/HTMLImageLoader.h
index 31ca3f3fd641b820e652d55d15e392fa56552d54..4b1a3d075c54f1408505f36a34acea198f18f5ec 100644
--- a/third_party/WebKit/Source/core/html/HTMLImageLoader.h
+++ b/third_party/WebKit/Source/core/html/HTMLImageLoader.h
@@ -37,7 +37,7 @@ class CORE_EXPORT HTMLImageLoader final : public ImageLoader {
void dispatchLoadEvent() override;
- void imageNotifyFinished(ImageResource*) override;
+ void imageNotifyFinished(ImageResourceContent*) override;
String debugName() const override { return "HTMLImageLoader"; }
private:

Powered by Google App Engine
This is Rietveld 408576698