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

Unified Diff: Source/platform/graphics/DeferredImageDecoder.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/platform/graphics/DeferredImageDecoder.cpp
diff --git a/Source/platform/graphics/DeferredImageDecoder.cpp b/Source/platform/graphics/DeferredImageDecoder.cpp
index 4f3822ee4e45856193d1fd68afefb19e605bda06..9b47b1932b9c2f4216dcc0d0fc59cb9217fa1c50 100644
--- a/Source/platform/graphics/DeferredImageDecoder.cpp
+++ b/Source/platform/graphics/DeferredImageDecoder.cpp
@@ -32,7 +32,7 @@
#include "third_party/skia/include/core/SkImageInfo.h"
#include "wtf/PassOwnPtr.h"
-namespace WebCore {
+namespace blink {
namespace {
@@ -294,4 +294,4 @@ bool DeferredImageDecoder::hotSpot(IntPoint& hotSpot) const
return m_actualDecoder ? m_actualDecoder->hotSpot(hotSpot) : false;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/graphics/DeferredImageDecoder.h ('k') | Source/platform/graphics/DeferredImageDecoderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698