| Index: webkit/renderer/compositor_bindings/web_content_layer_impl.cc
|
| diff --git a/webkit/renderer/compositor_bindings/web_content_layer_impl.cc b/webkit/renderer/compositor_bindings/web_content_layer_impl.cc
|
| index 2b2a518950437f64d7a4a071ebc16a1236ec1618..cc02f897931f2851c6f44b854b2bbf0acb1b4281 100644
|
| --- a/webkit/renderer/compositor_bindings/web_content_layer_impl.cc
|
| +++ b/webkit/renderer/compositor_bindings/web_content_layer_impl.cc
|
| @@ -8,11 +8,11 @@
|
| #include "cc/base/switches.h"
|
| #include "cc/layers/content_layer.h"
|
| #include "cc/layers/picture_layer.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebContentLayerClient.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatRect.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
|
| +#include "third_party/WebKit/public/platform/WebContentLayerClient.h"
|
| +#include "third_party/WebKit/public/platform/WebFloatPoint.h"
|
| +#include "third_party/WebKit/public/platform/WebFloatRect.h"
|
| +#include "third_party/WebKit/public/platform/WebRect.h"
|
| +#include "third_party/WebKit/public/platform/WebSize.h"
|
| #include "third_party/skia/include/utils/SkMatrix44.h"
|
|
|
| using cc::ContentLayer;
|
|
|