| Index: webkit/compositor_bindings/web_compositor_support_impl.cc
|
| diff --git a/webkit/compositor_bindings/web_compositor_support_impl.cc b/webkit/compositor_bindings/web_compositor_support_impl.cc
|
| index f80efd65a07a77b48539a56934df726fad6dd9de..c66c3deb17b1cc18895c4a421a5b58651fedeac2 100644
|
| --- a/webkit/compositor_bindings/web_compositor_support_impl.cc
|
| +++ b/webkit/compositor_bindings/web_compositor_support_impl.cc
|
| @@ -5,6 +5,8 @@
|
| #include "webkit/compositor_bindings/web_compositor_support_impl.h"
|
|
|
| #if defined(USE_LIBCC_FOR_COMPOSITOR)
|
| +#include "config.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "webkit/compositor_bindings/WebLayerImpl.h"
|
| #include "webkit/compositor_bindings/WebLayerTreeViewImpl.h"
|
| #include "webkit/compositor_bindings/WebCompositorImpl.h"
|
|
|