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

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

Issue 195793004: Implement overscroll support for the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer feedback. Created 6 years, 8 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
Index: content/browser/renderer_host/render_widget_host_view_base.h
diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
index 5947681e3670a93f58224e02a0e79114cdcd8f39..0142e0f99629ddd864e8cde586d41c82431ac33e 100644
--- a/content/browser/renderer_host/render_widget_host_view_base.h
+++ b/content/browser/renderer_host/render_widget_host_view_base.h
@@ -90,6 +90,9 @@ class CONTENT_EXPORT RenderWidgetHostViewBase
virtual SkBitmap::Config PreferredReadbackFormat() OVERRIDE;
+ virtual gfx::SizeF GetVisibleViewportSize() const OVERRIDE;
+ virtual void SetInsets(const gfx::Insets& insets) OVERRIDE;
+
void SetBrowserAccessibilityManager(BrowserAccessibilityManager* manager);
// Notification that a resize or move session ended on the native widget.

Powered by Google App Engine
This is Rietveld 408576698