Chromium Code Reviews| Index: content/renderer/web_ui_mojo.h |
| diff --git a/content/renderer/web_ui_mojo.h b/content/renderer/web_ui_mojo.h |
| index 2a645429a2f3500c2e07c886debc70db243780fd..7908808e95d338fd13afd1efb150bddd6907b303 100644 |
| --- a/content/renderer/web_ui_mojo.h |
| +++ b/content/renderer/web_ui_mojo.h |
| @@ -28,7 +28,7 @@ class WebUIMojo |
| : public RenderViewObserver, |
| public RenderViewObserverTracker<WebUIMojo> { |
| public: |
| - explicit WebUIMojo(RenderView* render_view); |
| + explicit WebUIMojo(RenderViewImpl* render_view); |
|
jam
2014/07/25 21:29:58
ditto, no changes in this file or the cc
|
| // Sets the handle to the current WebUI. |
| void SetBrowserHandle(mojo::ScopedMessagePipeHandle handle); |
| @@ -67,6 +67,8 @@ class WebUIMojo |
| // RenderViewObserver overrides: |
| virtual void DidClearWindowObject(blink::WebLocalFrame* frame) OVERRIDE; |
| + RenderViewImpl* render_view_impl_; |
| + |
| MainFrameObserver main_frame_observer_; |
| // Set to true in DidFinishDocumentLoad(). 'main' is only executed once this |