| Index: webkit/compositor_bindings/WebCompositorImpl.h
|
| diff --git a/webkit/compositor_bindings/WebCompositorImpl.h b/webkit/compositor_bindings/WebCompositorImpl.h
|
| index c117a8987583984f3b104a558b0c8f99ab09c62c..f07871eb5e43d177c1e9a157c00439b940f18e67 100644
|
| --- a/webkit/compositor_bindings/WebCompositorImpl.h
|
| +++ b/webkit/compositor_bindings/WebCompositorImpl.h
|
| @@ -5,11 +5,7 @@
|
| #ifndef WebCompositorImpl_h
|
| #define WebCompositorImpl_h
|
|
|
| -#include <public/WebCompositor.h>
|
| -
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/OwnPtr.h>
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebCompositor.h"
|
|
|
| namespace cc {
|
| class CCThread;
|
| @@ -20,7 +16,6 @@ namespace WebKit {
|
| class WebThread;
|
|
|
| class WebCompositorImpl : public WebCompositor {
|
| - WTF_MAKE_NONCOPYABLE(WebCompositorImpl);
|
| public:
|
| static bool initialized();
|
|
|
|
|