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

Unified Diff: content/public/browser/render_widget_host.h

Issue 525523003: Remove two unnecessary params in ViewHostMsg_UpdateRect_Params (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android build Created 6 years, 4 months 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/render_widget_host_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_widget_host.h
diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
index 4dd8f576350eed8360d040429ab089f371e87265..8ea0888131fec4ed9ffd063c480622d45643d6d9 100644
--- a/content/public/browser/render_widget_host.h
+++ b/content/public/browser/render_widget_host.h
@@ -198,8 +198,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
virtual void ForwardKeyboardEvent(
const NativeWebKeyboardEvent& key_event) = 0;
- virtual const gfx::Vector2d& GetLastScrollOffset() const = 0;
-
virtual RenderProcessHost* GetProcess() const = 0;
virtual int GetRoutingID() const = 0;
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/render_widget_host_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698