diff options
Diffstat (limited to 'webkit/compositor_bindings/WebLayerTreeViewImpl.h')
-rw-r--r-- | webkit/compositor_bindings/WebLayerTreeViewImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/compositor_bindings/WebLayerTreeViewImpl.h b/webkit/compositor_bindings/WebLayerTreeViewImpl.h index c492a97..f9b9e11 100644 --- a/webkit/compositor_bindings/WebLayerTreeViewImpl.h +++ b/webkit/compositor_bindings/WebLayerTreeViewImpl.h @@ -6,8 +6,8 @@ #define WebLayerTreeViewImpl_h #include "base/memory/scoped_ptr.h" -#include "CCLayerTreeHostClient.h" -#include <public/WebLayerTreeView.h> +#include "cc/layer_tree_host_client.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebLayerTreeView.h" namespace cc { class CCLayerTreeHost; |