| Index: webkit/compositor_bindings/WebCompositorImpl.cpp
|
| diff --git a/webkit/compositor_bindings/WebCompositorImpl.cpp b/webkit/compositor_bindings/WebCompositorImpl.cpp
|
| index 1b7d831347c4f8f5776370762e81b61972c5e3d6..145287c769df17f0ed393ab8622f28419a5d2b10 100644
|
| --- a/webkit/compositor_bindings/WebCompositorImpl.cpp
|
| +++ b/webkit/compositor_bindings/WebCompositorImpl.cpp
|
| @@ -13,13 +13,11 @@
|
| #include <public/Platform.h>
|
| #include <wtf/ThreadingPrimitives.h>
|
|
|
| -#if defined(USE_LIBCC_FOR_COMPOSITOR)
|
| #ifdef LOG
|
| #undef LOG
|
| #endif
|
| #include "base/message_loop_proxy.h"
|
| #include "webkit/glue/webthread_impl.h"
|
| -#endif
|
|
|
| using namespace cc;
|
|
|
|
|