diff options
Diffstat (limited to 'views/widget/native_widget_views.cc')
-rw-r--r-- | views/widget/native_widget_views.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/views/widget/native_widget_views.cc b/views/widget/native_widget_views.cc index 8c17c57..687fa9d 100644 --- a/views/widget/native_widget_views.cc +++ b/views/widget/native_widget_views.cc @@ -240,18 +240,6 @@ bool NativeWidgetViews::HasMouseCapture() const { view_ == parent_root->capture_view(); } -void NativeWidgetViews::SetKeyboardCapture() { - GetParentNativeWidget()->SetKeyboardCapture(); -} - -void NativeWidgetViews::ReleaseKeyboardCapture() { - GetParentNativeWidget()->ReleaseKeyboardCapture(); -} - -bool NativeWidgetViews::HasKeyboardCapture() const { - return GetParentNativeWidget()->HasKeyboardCapture(); -} - InputMethod* NativeWidgetViews::GetInputMethodNative() { if (!input_method_.get()) { #if defined(HAVE_IBUS) |