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

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

Issue 426863003: Clean up remaining uses of WebCore namespace (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/RecordingImageBufferSurface.h
diff --git a/Source/platform/graphics/RecordingImageBufferSurface.h b/Source/platform/graphics/RecordingImageBufferSurface.h
index 4003dd8a71d26d01e9f2abcbc636503f4554e1ef..cf1eded67eb598b1ce28e5652284fdabe87e1821 100644
--- a/Source/platform/graphics/RecordingImageBufferSurface.h
+++ b/Source/platform/graphics/RecordingImageBufferSurface.h
@@ -13,7 +13,7 @@ class SkPicture;
class SkPictureRecorder;
class RecordingImageBufferSurfaceTest;
-namespace WebCore {
+namespace blink {
class GraphicsContext;
@@ -47,6 +47,6 @@ private:
bool m_surfaceUsedSincePreviousFrameWasPresented;
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/modules/websockets/NewWebSocketChannelImplTest.cpp ('k') | Source/platform/graphics/RecordingImageBufferSurface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698