| Index: chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
|
| index 9bf8ef6abd33aeda7f62f09ad6d67978bb940696..0fa6f4f62ae37c5612341ad28dd6cba90b535a6b 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
|
| @@ -16,6 +16,10 @@ namespace base {
|
| class ListValue;
|
| }
|
|
|
| +namespace gfx {
|
| +class Rect;
|
| +}
|
| +
|
| namespace chromeos {
|
|
|
| class HelpAppLauncher;
|
| @@ -76,7 +80,7 @@ class CoreOobeHandler : public BaseScreenHandler,
|
| virtual void ClearErrors() OVERRIDE;
|
| virtual void ReloadContent(const base::DictionaryValue& dictionary) OVERRIDE;
|
| virtual void ShowControlBar(bool show) OVERRIDE;
|
| - virtual void SetKeyboardState(bool shown) OVERRIDE;
|
| + virtual void SetKeyboardState(bool shown, const gfx::Rect& bounds) OVERRIDE;
|
| virtual void SetClientAreaSize(int width, int height) OVERRIDE;
|
| virtual void ShowDeviceResetScreen() OVERRIDE;
|
|
|
|
|