diff options
Diffstat (limited to 'cc/CCScopedTexture.h')
-rw-r--r-- | cc/CCScopedTexture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/CCScopedTexture.h b/cc/CCScopedTexture.h index 866c050c..59dca53 100644 --- a/cc/CCScopedTexture.h +++ b/cc/CCScopedTexture.h @@ -11,7 +11,7 @@ #include "base/threading/platform_thread.h" #endif -namespace WebCore { +namespace cc { class CCScopedTexture : protected CCTexture { WTF_MAKE_NONCOPYABLE(CCScopedTexture); |