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

Unified Diff: cc/LayerTextureUpdater.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/LayerTextureSubImage.cpp ('k') | cc/PlatformColor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/LayerTextureUpdater.h
diff --git a/cc/LayerTextureUpdater.h b/cc/LayerTextureUpdater.h
index 68a9dd9f8da3f237f30df5c867114110e3403920..a8e649d661da69ee1377b2a78dd627c3a12bd094 100644
--- a/cc/LayerTextureUpdater.h
+++ b/cc/LayerTextureUpdater.h
@@ -12,7 +12,7 @@
#include "GraphicsTypes3D.h"
#include <wtf/RefCounted.h>
-namespace WebCore {
+namespace cc {
class IntRect;
class IntSize;
@@ -63,6 +63,6 @@ public:
virtual void setOpaque(bool) { }
};
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
#endif // LayerTextureUpdater_h
« no previous file with comments | « cc/LayerTextureSubImage.cpp ('k') | cc/PlatformColor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698