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

Unified Diff: chrome/browser/chromeos/login/ui/login_display.h

Issue 292233002: Disable VK overscroll for login/out-of-box. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, keyboard override value: convert to bool Created 6 years, 7 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: chrome/browser/chromeos/login/ui/login_display.h
diff --git a/chrome/browser/chromeos/login/ui/login_display.h b/chrome/browser/chromeos/login/ui/login_display.h
index eb727e8f68bdd009d0be0644815249b74e87909b..7e6197b5d99206f8a5da05b079e3a7ee09065236 100644
--- a/chrome/browser/chromeos/login/ui/login_display.h
+++ b/chrome/browser/chromeos/login/ui/login_display.h
@@ -168,6 +168,12 @@ class LoginDisplay : public RemoveUserDelegate {
// Hides or shows login UI control bar with [Shut down] / [Add user] buttons.
virtual void ShowControlBar(bool show) = 0;
+ // Sets the virtual keyboard state.
+ virtual void SetKeyboardState(bool shown) = 0;
+
+ // Sets the WebUI client area size (based on display dimensions).
+ virtual void SetClientAreaSize(int width, int height) = 0;
+
gfx::Rect background_bounds() const { return background_bounds_; }
void set_background_bounds(const gfx::Rect& background_bounds) {
background_bounds_ = background_bounds;
« no previous file with comments | « chrome/browser/chromeos/login/screens/core_oobe_actor.h ('k') | chrome/browser/chromeos/login/ui/login_display_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698