| Index: webkit/renderer/compositor_bindings/web_compositor_support_impl.h
|
| diff --git a/webkit/renderer/compositor_bindings/web_compositor_support_impl.h b/webkit/renderer/compositor_bindings/web_compositor_support_impl.h
|
| index fb947115835f27ff7c908132fe45544579c58c84..8048c9458950fc4735f09636bde8d0fef0da3104 100644
|
| --- a/webkit/renderer/compositor_bindings/web_compositor_support_impl.h
|
| +++ b/webkit/renderer/compositor_bindings/web_compositor_support_impl.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/message_loop_proxy.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebCompositorSupport.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebLayer.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebTransformOperations.h"
|
| +#include "third_party/WebKit/public/platform/WebCompositorSupport.h"
|
| +#include "third_party/WebKit/public/platform/WebLayer.h"
|
| +#include "third_party/WebKit/public/platform/WebTransformOperations.h"
|
|
|
| namespace WebKit {
|
| class WebGraphicsContext3D;
|
|
|