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

Unified Diff: Source/platform/image-decoders/bmp/BMPImageReader.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/image-decoders/bmp/BMPImageReader.cpp
diff --git a/Source/platform/image-decoders/bmp/BMPImageReader.cpp b/Source/platform/image-decoders/bmp/BMPImageReader.cpp
index c2186fd8c72ce0e75baa04b6737e0303cce71c79..55e8190084b1ebdd343c30afae46f2419cfdb18c 100644
--- a/Source/platform/image-decoders/bmp/BMPImageReader.cpp
+++ b/Source/platform/image-decoders/bmp/BMPImageReader.cpp
@@ -64,7 +64,7 @@ const uint8_t nBitTo8BitlookupTable[] = {
}
-namespace WebCore {
+namespace blink {
BMPImageReader::BMPImageReader(ImageDecoder* parent, size_t decodedAndHeaderOffset, size_t imgDataOffset, bool isInICO)
: m_parent(parent)
@@ -798,4 +798,4 @@ void BMPImageReader::moveBufferToNextRow()
m_coord.move(-m_coord.x(), m_isTopDown ? 1 : -1);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/image-decoders/bmp/BMPImageReader.h ('k') | Source/platform/image-decoders/gif/GIFImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698