| Index: content/renderer/npapi/webplugin_impl.cc
|
| diff --git a/content/renderer/npapi/webplugin_impl.cc b/content/renderer/npapi/webplugin_impl.cc
|
| index 2206b11c54bbeab341289080447a99d82c35d1f4..b2ad3232bbb01e8fd90adbe952a8958c7f20f7ca 100644
|
| --- a/content/renderer/npapi/webplugin_impl.cc
|
| +++ b/content/renderer/npapi/webplugin_impl.cc
|
| @@ -14,6 +14,7 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "cc/blink/web_layer_impl.h"
|
| #include "cc/layers/io_surface_layer.h"
|
| #include "content/child/appcache/web_application_cache_host_impl.h"
|
| #include "content/child/multipart_response_delegate.h"
|
| @@ -25,7 +26,6 @@
|
| #include "content/public/common/content_constants.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/renderer/content_renderer_client.h"
|
| -#include "content/renderer/compositor_bindings/web_layer_impl.h"
|
| #include "content/renderer/npapi/webplugin_delegate_proxy.h"
|
| #include "content/renderer/render_frame_impl.h"
|
| #include "content/renderer/render_process.h"
|
| @@ -851,7 +851,7 @@ void WebPluginImpl::AcceleratedPluginSwappedIOSurface() {
|
| if (next_io_surface_id_) {
|
| if (!io_surface_layer_.get()) {
|
| io_surface_layer_ = cc::IOSurfaceLayer::Create();
|
| - web_layer_.reset(new WebLayerImpl(io_surface_layer_));
|
| + web_layer_.reset(new cc_blink::WebLayerImpl(io_surface_layer_));
|
| container_->setWebLayer(web_layer_.get());
|
| }
|
| io_surface_layer_->SetIOSurfaceProperties(
|
|
|