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

Unified Diff: Source/platform/graphics/DiscardablePixelRef.h

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/DiscardablePixelRef.h
diff --git a/Source/platform/graphics/DiscardablePixelRef.h b/Source/platform/graphics/DiscardablePixelRef.h
index 3b86c3ef870e9f873a8716b9efbca67ea45c7bb2..d94d45447fba1875ae1a2b9ef5ae9a31d6e20525 100644
--- a/Source/platform/graphics/DiscardablePixelRef.h
+++ b/Source/platform/graphics/DiscardablePixelRef.h
@@ -34,7 +34,7 @@
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
-namespace WebCore {
+namespace blink {
// Class for allocating the DiscardablePixelRef object.
class PLATFORM_EXPORT DiscardablePixelRefAllocator : public SkBitmap::Allocator {
@@ -65,6 +65,6 @@ private:
size_t m_rowBytes;
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/graphics/DeferredImageDecoderTest.cpp ('k') | Source/platform/graphics/DiscardablePixelRef.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698