| Index: cc/GeometryBinding.h
|
| diff --git a/cc/GeometryBinding.h b/cc/GeometryBinding.h
|
| index c018ff7c2412c0a72b29e4f87f5d2fa86fb958cf..f0b6e72a6ef56164e79a0e4b2aa0051172842ece 100644
|
| --- a/cc/GeometryBinding.h
|
| +++ b/cc/GeometryBinding.h
|
| @@ -13,7 +13,7 @@ namespace WebKit {
|
| class WebGraphicsContext3D;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| class GeometryBinding {
|
| public:
|
| @@ -41,7 +41,7 @@ private:
|
| bool m_initialized;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|
| #endif // USE(ACCELERATED_COMPOSITING)
|
|
|
|
|