diff options
Diffstat (limited to 'cc/CCThread.h')
-rw-r--r-- | cc/CCThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/CCThread.h b/cc/CCThread.h index a20d5e0..e27ce91 100644 --- a/cc/CCThread.h +++ b/cc/CCThread.h @@ -9,7 +9,7 @@ #include <wtf/PassOwnPtr.h> #include <wtf/Noncopyable.h> -namespace WebCore { +namespace cc { // CCThread provides basic infrastructure for messaging with the compositor in a // platform-neutral way. |