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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp

Issue 2469873002: [ImageResource 4] Split ImageResource into Resource and Image parts (Closed)
Patch Set: comments Created 4 years, 1 month 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/svg/graphics/SVGImageChromeClient.cpp
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp
index 20bf8ef46e8abaf1e473c77717ece1648392f6ad..d5e78884a037678b1bf106da57628650a8d26dd9 100644
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp
@@ -112,7 +112,7 @@ void SVGImageChromeClient::animationTimerFired(TimerBase*) {
return;
// The SVGImageChromeClient object's lifetime is dependent on
- // the ImageObserver (an ImageResource) of its image. Should it
+ // the ImageObserver (an ImageResourceContent) of its image. Should it
// be dead and about to be lazily swept out, do not proceed.
//
// TODO(Oilpan): move (SVG)Image to the Oilpan heap, and avoid

Powered by Google App Engine
This is Rietveld 408576698