| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| index a3c114e2fe85246f97ab77a84c745a4a1b3080f5..87ff803fc55a47bebe72b6cda3f7d02038797248 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| @@ -187,6 +187,7 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
|
| gfx::Size GetMaximumSize() const override;
|
| void OnBoundsChanged(const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) override {}
|
| + ui::TextInputClient* GetFocusedTextInputClient() override;
|
| gfx::NativeCursor GetCursor(const gfx::Point& point) override;
|
| int GetNonClientComponent(const gfx::Point& point) const override;
|
| bool ShouldDescendIntoChildForEventHandling(
|
|
|