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

Unified Diff: cc/LayerPainterChromium.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/LayerChromium.cpp ('k') | cc/LayerTextureSubImage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/LayerPainterChromium.h
diff --git a/cc/LayerPainterChromium.h b/cc/LayerPainterChromium.h
index 98eadf5783ea96a532ea6ed854fb34eebe8d97a5..d552382d149af1074f909716011b4028376e6bd1 100644
--- a/cc/LayerPainterChromium.h
+++ b/cc/LayerPainterChromium.h
@@ -10,7 +10,7 @@
class SkCanvas;
-namespace WebCore {
+namespace cc {
class FloatRect;
class IntRect;
@@ -21,7 +21,6 @@ public:
virtual void paint(SkCanvas*, const IntRect& contentRect, FloatRect& opaque) = 0;
};
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
#endif // LayerPainterChromium_h
-
« no previous file with comments | « cc/LayerChromium.cpp ('k') | cc/LayerTextureSubImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698