diff options
Diffstat (limited to 'cc/GeometryBinding.h')
-rw-r--r-- | cc/GeometryBinding.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/GeometryBinding.h b/cc/GeometryBinding.h index c018ff7..f0b6e72 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) |