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

Unified Diff: Source/core/platform/graphics/ImageSource.h

Issue 23464095: WTF::notFound looks too much like a local variable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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 | « Source/core/platform/graphics/BitmapImage.cpp ('k') | Source/core/platform/graphics/SVGGlyph.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/ImageSource.h
diff --git a/Source/core/platform/graphics/ImageSource.h b/Source/core/platform/graphics/ImageSource.h
index 8ff82d1d6a9712174a07ff20b63a6188d72f5fb4..2a78d71e70c8c5a5af45be8170a12f780b00be99 100644
--- a/Source/core/platform/graphics/ImageSource.h
+++ b/Source/core/platform/graphics/ImageSource.h
@@ -76,7 +76,7 @@ public:
~ImageSource();
// Tells the ImageSource that the Image no longer cares about decoded frame
- // data except for the specified frame. Callers may pass WTF::notFound to
+ // data except for the specified frame. Callers may pass WTF::kNotFound to
// clear all frames.
//
// In response, the ImageSource should delete cached decoded data for other
« no previous file with comments | « Source/core/platform/graphics/BitmapImage.cpp ('k') | Source/core/platform/graphics/SVGGlyph.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698