summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_view_host_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host/render_view_host_impl.h')
-rw-r--r--content/browser/renderer_host/render_view_host_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index 44851ee..13ff167 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -739,6 +739,9 @@ class CONTENT_EXPORT RenderViewHostImpl
// When the last ShouldClose message was sent.
base::TimeTicks send_should_close_start_time_;
+ // Set to true if we requested the on screen keyboard to be displayed.
+ bool virtual_keyboard_requested_;
+
#if defined(OS_ANDROID)
// Manages all the android mediaplayer objects and handling IPCs for video.
scoped_ptr<BrowserMediaPlayerManager> media_player_manager_;