| Index: chrome/plugin/webplugin_proxy.cc
|
| diff --git a/chrome/plugin/webplugin_proxy.cc b/chrome/plugin/webplugin_proxy.cc
|
| index 8a046502687fb86360455103d28ca932da30d0b5..7d2598a6b6d2b8c9852359f4aa744656f5499f17 100644
|
| --- a/chrome/plugin/webplugin_proxy.cc
|
| +++ b/chrome/plugin/webplugin_proxy.cc
|
| @@ -29,6 +29,7 @@
|
| #include "chrome/plugin/webplugin_delegate_stub.h"
|
| #include "skia/ext/platform_device.h"
|
| #include "webkit/api/public/WebBindings.h"
|
| +#include "webkit/glue/plugins/webplugin_delegate_impl.h"
|
| #include "webkit/glue/webplugin_delegate.h"
|
|
|
| #if defined(OS_WIN)
|
| @@ -625,6 +626,9 @@ void WebPluginProxy::SetWindowlessBuffer(
|
| delegate_->GetRect().height());
|
| CGContextScaleCTM(background_context_, 1, -1);
|
| }
|
| +
|
| + static_cast<WebPluginDelegateImpl*>(delegate_)->UpdateContext(
|
| + windowless_context_);
|
| }
|
| #elif defined (OS_LINUX)
|
| void WebPluginProxy::UpdateTransform() {
|
|
|