| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 1c21cd6df4555f0ab71c2219bcfd793d8d65f371..7f5ca8bf9879e1bd5b7f6b58094ea518a94df69f 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -97,6 +97,7 @@ class P2PSocketDispatcher;
|
| class RenderViewObserver;
|
| class RenderViewTest;
|
| class RendererAccessibility;
|
| +class RendererPpapiHost;
|
| struct CustomContextMenuContext;
|
| struct FileChooserParams;
|
| } // namespace content
|
| @@ -330,7 +331,7 @@ class RenderViewImpl : public RenderWidget,
|
| void PpapiPluginSelectionChanged();
|
|
|
| // Notification that a PPAPI plugin has been created.
|
| - void PpapiPluginCreated(ppapi::host::PpapiHost* host);
|
| + void PpapiPluginCreated(content::RendererPpapiHost* host);
|
|
|
| // Retrieves the current caret position if a PPAPI plugin has focus.
|
| bool GetPpapiPluginCaretBounds(gfx::Rect* rect);
|
|
|