diff options
Diffstat (limited to 'views/widget/native_widget_private.h')
-rw-r--r-- | views/widget/native_widget_private.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/views/widget/native_widget_private.h b/views/widget/native_widget_private.h index 8062d8f..baf85a4 100644 --- a/views/widget/native_widget_private.h +++ b/views/widget/native_widget_private.h @@ -125,13 +125,6 @@ class NativeWidgetPrivate : public NativeWidget { // Returns true if this native widget is capturing mouse events. virtual bool HasMouseCapture() const = 0; - // Sets or release keyboard capture. - virtual void SetKeyboardCapture() = 0; - virtual void ReleaseKeyboardCapture() = 0; - - // Returns true if this native widget is capturing keyboard events. - virtual bool HasKeyboardCapture() const = 0; - // Returns the InputMethod for this native widget. // Note that all widgets in a widget hierarchy share the same input method. // TODO(suzhe): rename to GetInputMethod() when NativeWidget implementation |