| Index: ui/views/win/hwnd_message_handler_delegate.h
|
| diff --git a/ui/views/win/hwnd_message_handler_delegate.h b/ui/views/win/hwnd_message_handler_delegate.h
|
| index 72d3213945d3eaaa42ad939d9f4bbcc52259b442..f5328c49e708efc084432f2be569f2f58ca99573 100644
|
| --- a/ui/views/win/hwnd_message_handler_delegate.h
|
| +++ b/ui/views/win/hwnd_message_handler_delegate.h
|
| @@ -16,7 +16,6 @@
|
|
|
| namespace ui {
|
| class Accelerator;
|
| -class InputMethod;
|
| class KeyEvent;
|
| class MouseEvent;
|
| class TouchEvent;
|
| @@ -34,9 +33,6 @@
|
| // notifications from the underlying HWND and service requests for data.
|
| class VIEWS_EXPORT HWNDMessageHandlerDelegate {
|
| public:
|
| - // Returns the input method currently used in this window.
|
| - virtual ui::InputMethod* GetHWNDMessageDelegateInputMethod() = 0;
|
| -
|
| // True if the widget associated with this window has a non-client view.
|
| virtual bool HasNonClientView() const = 0;
|
|
|
|
|