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

Unified Diff: ui/gfx/image/image_skia.cc

Issue 12213093: Remove ImageLoadingTracker class (Closed) Base URL: https://git.chromium.org/chromium/src.git@Issue_163929
Patch Set: Fix merge conflict Created 7 years, 10 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
« no previous file with comments | « chrome/common/extensions/extension_unittest.cc ('k') | ui/gfx/image/image_skia_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image/image_skia.cc
diff --git a/ui/gfx/image/image_skia.cc b/ui/gfx/image/image_skia.cc
index 01b332e7ee7cd5aeab4ef35e2eef8c07e8d966e5..8f1379de0aa0bae940bd242ca421b8de4063bd2a 100644
--- a/ui/gfx/image/image_skia.cc
+++ b/ui/gfx/image/image_skia.cc
@@ -256,7 +256,7 @@ void ImageSkia::AddRepresentation(const ImageSkiaRep& image_rep) {
// and replace the existing rep if there is already one with the
// same scale factor so that we can guarantee that a ImageSkia
// instance contians only one image rep per scale factor. This is
- // not possible now as ImageLoadingTracker currently stores need
+ // not possible now as ImageLoader currently stores need
// this feature, but this needs to be fixed.
if (isNull()) {
Init(image_rep);
« no previous file with comments | « chrome/common/extensions/extension_unittest.cc ('k') | ui/gfx/image/image_skia_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698