| Index: content/renderer/browser_plugin/browser_plugin_compositing_helper.cc
|
| diff --git a/content/renderer/browser_plugin/browser_plugin_compositing_helper.cc b/content/renderer/browser_plugin/browser_plugin_compositing_helper.cc
|
| index 06302af141eed4c53232d34d5fedf5f3e043a49d..1bc9a7b471bccfd565965842c5e31b0426c93dae 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin_compositing_helper.cc
|
| +++ b/content/renderer/browser_plugin/browser_plugin_compositing_helper.cc
|
| @@ -4,16 +4,16 @@
|
|
|
| #include "content/renderer/browser_plugin/browser_plugin_compositing_helper.h"
|
|
|
| -#include "cc/context_provider.h"
|
| +#include "cc/output/context_provider.h"
|
| #include "cc/solid_color_layer.h"
|
| #include "cc/texture_layer.h"
|
| #include "content/common/browser_plugin/browser_plugin_messages.h"
|
| #include "content/common/gpu/client/context_provider_command_buffer.h"
|
| #include "content/renderer/browser_plugin/browser_plugin_manager.h"
|
| #include "content/renderer/render_thread_impl.h"
|
| -#include "third_party/khronos/GLES2/gl2.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebPluginContainer.h"
|
| +#include "third_party/khronos/GLES2/gl2.h"
|
| #include "ui/gfx/size_conversions.h"
|
| #include "webkit/compositor_bindings/web_layer_impl.h"
|
|
|
|
|