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 |