| Index: webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc
|
| diff --git a/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc
|
| index 6eecd58447964f374ade19b936babc304f24505f..793390e1d15dec34a4840be9a3fbd4f097369912 100644
|
| --- a/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc
|
| +++ b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc
|
| @@ -5,8 +5,8 @@
|
| #include "webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h"
|
|
|
| #include "cc/layers/layer.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
|
| +#include "third_party/WebKit/public/platform/WebFloatPoint.h"
|
| +#include "third_party/WebKit/public/platform/WebSize.h"
|
| #include "third_party/skia/include/utils/SkMatrix44.h"
|
|
|
| using cc::Layer;
|
|
|