diff options
Diffstat (limited to 'views/widget/native_widget_win.cc')
-rw-r--r-- | views/widget/native_widget_win.cc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/views/widget/native_widget_win.cc b/views/widget/native_widget_win.cc index dc90727..36ae766 100644 --- a/views/widget/native_widget_win.cc +++ b/views/widget/native_widget_win.cc @@ -625,19 +625,6 @@ bool NativeWidgetWin::HasMouseCapture() const { return GetCapture() == hwnd(); } -void NativeWidgetWin::SetKeyboardCapture() { - // Windows doesn't really support keyboard grabs. -} - -void NativeWidgetWin::ReleaseKeyboardCapture() { - // Windows doesn't really support keyboard grabs. -} - -bool NativeWidgetWin::HasKeyboardCapture() const { - // Windows doesn't really support keyboard grabs. - return false; -} - InputMethod* NativeWidgetWin::GetInputMethodNative() { return input_method_.get(); } |