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

Unified Diff: third_party/WebKit/Source/core/html/ImageDocument.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/ImageDocument.h
diff --git a/third_party/WebKit/Source/core/html/ImageDocument.h b/third_party/WebKit/Source/core/html/ImageDocument.h
index c47b53a7cf6522716397a2d0ab11eb1c197ebdf6..c391bdc8a1588805e078d17dcf770a56be42d64e 100644
--- a/third_party/WebKit/Source/core/html/ImageDocument.h
+++ b/third_party/WebKit/Source/core/html/ImageDocument.h
@@ -41,7 +41,11 @@ class CORE_EXPORT ImageDocument final : public HTMLDocument {
return new ImageDocument(initializer);
}
- ImageResource* cachedImage();
+ ImageResourceContent* cachedImage();
+
+ // TODO(hiroshige): Remove this.
+ ImageResource* cachedImageResourceDeprecated();
+
HTMLImageElement* imageElement() const { return m_imageElement.get(); }
void windowSizeChanged();
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLObjectElement.cpp ('k') | third_party/WebKit/Source/core/html/ImageDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698