| Index: webkit/compositor_bindings/web_content_layer_impl.cc
|
| diff --git a/webkit/compositor_bindings/web_content_layer_impl.cc b/webkit/compositor_bindings/web_content_layer_impl.cc
|
| index 70c66450fd59d4ab20df6088770e28f7a2e50f3a..ecd2a04e7bbcaaadaad678c75ef1250401830d19 100644
|
| --- a/webkit/compositor_bindings/web_content_layer_impl.cc
|
| +++ b/webkit/compositor_bindings/web_content_layer_impl.cc
|
| @@ -5,9 +5,9 @@
|
| #include "webkit/compositor_bindings/web_content_layer_impl.h"
|
|
|
| #include "base/command_line.h"
|
| +#include "cc/base/switches.h"
|
| #include "cc/content_layer.h"
|
| #include "cc/picture_layer.h"
|
| -#include "cc/switches.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"
|
|
|