| Index: content/renderer/webplugin_delegate_proxy.h
|
| ===================================================================
|
| --- content/renderer/webplugin_delegate_proxy.h (revision 104727)
|
| +++ content/renderer/webplugin_delegate_proxy.h (working copy)
|
| @@ -26,14 +26,15 @@
|
| #include "base/memory/linked_ptr.h"
|
| #endif
|
|
|
| -struct NPObject;
|
| class NPObjectStub;
|
| -struct NPVariant_Param;
|
| class PluginChannelHost;
|
| -struct PluginHostMsg_URLRequest_Params;
|
| -class RenderView;
|
| +class RenderViewImpl;
|
| class SkBitmap;
|
|
|
| +struct NPObject;
|
| +struct NPVariant_Param;
|
| +struct PluginHostMsg_URLRequest_Params;
|
| +
|
| namespace base {
|
| class SharedMemory;
|
| class WaitableEvent;
|
| @@ -58,7 +59,7 @@
|
| public base::SupportsWeakPtr<WebPluginDelegateProxy> {
|
| public:
|
| WebPluginDelegateProxy(const std::string& mime_type,
|
| - const base::WeakPtr<RenderView>& render_view);
|
| + const base::WeakPtr<RenderViewImpl>& render_view);
|
|
|
| // WebPluginDelegate implementation:
|
| virtual void PluginDestroyed();
|
| @@ -269,7 +270,7 @@
|
| bool UseSynchronousGeometryUpdates();
|
| #endif
|
|
|
| - base::WeakPtr<RenderView> render_view_;
|
| + base::WeakPtr<RenderViewImpl> render_view_;
|
| webkit::npapi::WebPlugin* plugin_;
|
| bool uses_shared_bitmaps_;
|
| gfx::PluginWindowHandle window_;
|
|
|