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

Unified Diff: cc/CanvasLayerTextureUpdater.h

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/CCYUVVideoDrawQuad.cpp ('k') | cc/CanvasLayerTextureUpdater.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CanvasLayerTextureUpdater.h
diff --git a/cc/CanvasLayerTextureUpdater.h b/cc/CanvasLayerTextureUpdater.h
index 051f9fc1f5788a7ae57167e5f934ebf3db5df0e0..c8bb9b058a685dd9cb5639fab0f6814bc6b3a760 100644
--- a/cc/CanvasLayerTextureUpdater.h
+++ b/cc/CanvasLayerTextureUpdater.h
@@ -12,7 +12,7 @@
class SkCanvas;
-namespace WebCore {
+namespace cc {
class LayerPainterChromium;
@@ -34,6 +34,6 @@ private:
OwnPtr<LayerPainterChromium> m_painter;
};
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
#endif // CanvasLayerTextureUpdater_h
« no previous file with comments | « cc/CCYUVVideoDrawQuad.cpp ('k') | cc/CanvasLayerTextureUpdater.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698