| Index: content/renderer/gpu/render_widget_compositor.cc
|
| diff --git a/content/renderer/gpu/render_widget_compositor.cc b/content/renderer/gpu/render_widget_compositor.cc
|
| index b6a1e538bf72b2e3f8bb9f36fbcd67beea97876e..001c9dd375b284c20cc8c311b037a35c3874f4e6 100644
|
| --- a/content/renderer/gpu/render_widget_compositor.cc
|
| +++ b/content/renderer/gpu/render_widget_compositor.cc
|
| @@ -21,7 +21,7 @@
|
| #include "content/public/common/content_switches.h"
|
| #include "content/renderer/gpu/input_handler_manager.h"
|
| #include "content/renderer/render_thread_impl.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
|
| +#include "third_party/WebKit/public/platform/WebSize.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebWidget.h"
|
| #include "ui/gl/gl_switches.h"
|
| #include "webkit/renderer/compositor_bindings/web_layer_impl.h"
|
|
|