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

Unified Diff: Source/core/platform/image-decoders/ImageFrame.cpp

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
Index: Source/core/platform/image-decoders/ImageFrame.cpp
diff --git a/Source/core/platform/image-decoders/ImageFrame.cpp b/Source/core/platform/image-decoders/ImageFrame.cpp
index 165d650916d09993cb8f07dff5a5068be1369964..f3252344f299d6072ea3a939701503225845563d 100644
--- a/Source/core/platform/image-decoders/ImageFrame.cpp
+++ b/Source/core/platform/image-decoders/ImageFrame.cpp
@@ -41,7 +41,7 @@ ImageFrame::ImageFrame()
, m_disposalMethod(DisposeNotSpecified)
, m_alphaBlendSource(BlendAtopPreviousFrame)
, m_premultiplyAlpha(true)
- , m_requiredPreviousFrameIndex(notFound)
+ , m_requiredPreviousFrameIndex(kNotFound)
#if !ASSERT_DISABLED
, m_requiredPreviousFrameIndexValid(false)
#endif
« no previous file with comments | « Source/core/platform/image-decoders/ImageDecoderTest.cpp ('k') | Source/core/platform/image-decoders/gif/GIFImageDecoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698