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

Unified Diff: Source/platform/graphics/UnacceleratedImageBufferSurface.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/UnacceleratedImageBufferSurface.h
diff --git a/Source/platform/graphics/UnacceleratedImageBufferSurface.h b/Source/platform/graphics/UnacceleratedImageBufferSurface.h
index afde20cb0ecb7f20a8a9f4363054dfff95ecc936..694a48e10f43d20e9da21f8ef2d59974d436928f 100644
--- a/Source/platform/graphics/UnacceleratedImageBufferSurface.h
+++ b/Source/platform/graphics/UnacceleratedImageBufferSurface.h
@@ -36,7 +36,7 @@
class SkSurface;
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT UnacceleratedImageBufferSurface : public ImageBufferSurface {
WTF_MAKE_NONCOPYABLE(UnacceleratedImageBufferSurface); WTF_MAKE_FAST_ALLOCATED;
@@ -51,6 +51,6 @@ private:
RefPtr<SkSurface> m_surface;
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/graphics/ThreadSafeDataTransportTest.cpp ('k') | Source/platform/graphics/UnacceleratedImageBufferSurface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698