diff options
Diffstat (limited to 'cc/stubs/GraphicsContext3D.h')
-rw-r--r-- | cc/stubs/GraphicsContext3D.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/stubs/GraphicsContext3D.h b/cc/stubs/GraphicsContext3D.h index eff588e..e7f7a60 100644 --- a/cc/stubs/GraphicsContext3D.h +++ b/cc/stubs/GraphicsContext3D.h @@ -13,7 +13,7 @@ #undef NO_ERROR #endif -namespace WebCore { +namespace cc { class GraphicsContext3D { public: @@ -72,4 +72,3 @@ public: } #endif // CC_STUBS_GRAPHICSCONTEXT3D_H_ - |