| Index: chrome/plugin/webplugin_proxy.h
|
| ===================================================================
|
| --- chrome/plugin/webplugin_proxy.h (revision 9653)
|
| +++ chrome/plugin/webplugin_proxy.h (working copy)
|
| @@ -20,7 +20,7 @@
|
| }
|
|
|
| class PluginChannel;
|
| -class WebPluginDelegateImpl;
|
| +class WebPluginDelegate;
|
|
|
| // This is an implementation of WebPlugin that proxies all calls to the
|
| // renderer.
|
| @@ -30,7 +30,7 @@
|
| // marshalled WebPlugin calls.
|
| WebPluginProxy(PluginChannel* channel,
|
| int route_id,
|
| - WebPluginDelegateImpl* delegate,
|
| + WebPluginDelegate* delegate,
|
| HANDLE modal_dialog_event);
|
| ~WebPluginProxy();
|
|
|
| @@ -125,7 +125,7 @@
|
| int route_id_;
|
| NPObject* window_npobject_;
|
| NPObject* plugin_element_;
|
| - WebPluginDelegateImpl* delegate_;
|
| + WebPluginDelegate* delegate_;
|
| gfx::Rect damaged_rect_;
|
| bool waiting_for_paint_;
|
| uint32 cp_browsing_context_;
|
|
|