diff options
Diffstat (limited to 'cc/CCVideoLayerImpl.cpp')
-rw-r--r-- | cc/CCVideoLayerImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/CCVideoLayerImpl.cpp b/cc/CCVideoLayerImpl.cpp index 8b0bcd4..becf213 100644 --- a/cc/CCVideoLayerImpl.cpp +++ b/cc/CCVideoLayerImpl.cpp @@ -21,7 +21,7 @@ #include "NotImplemented.h" #include <public/WebVideoFrame.h> -namespace WebCore { +namespace cc { CCVideoLayerImpl::CCVideoLayerImpl(int id, WebKit::WebVideoFrameProvider* provider) : CCLayerImpl(id) |