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

Unified Diff: cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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
« no previous file with comments | « cc/FrameBufferSkPictureCanvasLayerTextureUpdater.h ('k') | cc/GeometryBinding.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
diff --git a/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp b/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
index cc3ad38e6231e4018a77aeee8430f6b0bc67f689..3ae8aefb82fe1da6dc5209419527eb74dcfb5e37 100644
--- a/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
+++ b/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
@@ -19,7 +19,7 @@
using WebKit::WebGraphicsContext3D;
using WebKit::WebSharedGraphicsContext3D;
-namespace WebCore {
+namespace cc {
static PassOwnPtr<SkCanvas> createAcceleratedCanvas(GrContext* grContext,
IntSize canvasSize,
@@ -115,5 +115,5 @@ void FrameBufferSkPictureCanvasLayerTextureUpdater::updateTextureRect(WebGraphic
context->flush();
}
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/FrameBufferSkPictureCanvasLayerTextureUpdater.h ('k') | cc/GeometryBinding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698