Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 1410313006: Separate RenderViewHost from RenderWidgetHost, part 5: move calls to the RenderWidgetHostDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/render_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index 3c1ea4b84c10c0e90d6bbde475fd5a938ff0bb20..362837145fd13cf19a6fecc411924f6ba6975555 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -289,7 +289,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
void SetIsLoading(bool is_loading) override;
void ForwardMouseEvent(const blink::WebMouseEvent& mouse_event) override;
void ForwardKeyboardEvent(const NativeWebKeyboardEvent& key_event) override;
- gfx::Rect GetRootWindowResizerRect() const override;
// Creates a new RenderView with the given route id.
void CreateNewWindow(int32_t route_id,
@@ -333,12 +332,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
protected:
// RenderWidgetHost protected overrides.
- void OnUserGesture() override;
- void NotifyRendererUnresponsive() override;
- void NotifyRendererResponsive() override;
- void OnRenderAutoResized(const gfx::Size& size) override;
- void RequestToLockMouse(bool user_gesture,
- bool last_unlocked_by_target) override;
bool IsFullscreenGranted() const override;
blink::WebDisplayMode GetDisplayMode() const override;
void OnFocus() override;
« no previous file with comments | « content/browser/renderer_host/render_view_host_delegate.h ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698