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

Unified Diff: cc/SkPictureCanvasLayerTextureUpdater.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/SkPictureCanvasLayerTextureUpdater.h ('k') | cc/SolidColorLayerChromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/SkPictureCanvasLayerTextureUpdater.cpp
diff --git a/cc/SkPictureCanvasLayerTextureUpdater.cpp b/cc/SkPictureCanvasLayerTextureUpdater.cpp
index 3668d3486b906d1655f54ae74a70ff0679edaa09..62026d7227c3fd6f0e796a29bf1af8af3c23f3ce 100644
--- a/cc/SkPictureCanvasLayerTextureUpdater.cpp
+++ b/cc/SkPictureCanvasLayerTextureUpdater.cpp
@@ -13,7 +13,7 @@
#include "SkCanvas.h"
#include "TraceEvent.h"
-namespace WebCore {
+namespace cc {
SkPictureCanvasLayerTextureUpdater::SkPictureCanvasLayerTextureUpdater(PassOwnPtr<LayerPainterChromium> painter)
: CanvasLayerTextureUpdater(painter)
@@ -43,5 +43,5 @@ void SkPictureCanvasLayerTextureUpdater::setOpaque(bool opaque)
m_layerIsOpaque = opaque;
}
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/SkPictureCanvasLayerTextureUpdater.h ('k') | cc/SolidColorLayerChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698