| Index: ui/views/controls/native/native_view_host_aura.cc
 | 
| diff --git a/ui/views/controls/native/native_view_host_aura.cc b/ui/views/controls/native/native_view_host_aura.cc
 | 
| index fff8b54010991af295b0d63112d3f2d2683015a7..2a7d914d6840c588ae3b16e66ba0381056dd8729 100644
 | 
| --- a/ui/views/controls/native/native_view_host_aura.cc
 | 
| +++ b/ui/views/controls/native/native_view_host_aura.cc
 | 
| @@ -30,7 +30,6 @@ class NativeViewHostAura::ClippingWindowDelegate : public aura::WindowDelegate {
 | 
|    gfx::Size GetMaximumSize() const override { return gfx::Size(); }
 | 
|    void OnBoundsChanged(const gfx::Rect& old_bounds,
 | 
|                         const gfx::Rect& new_bounds) override {}
 | 
| -  ui::TextInputClient* GetFocusedTextInputClient() override { return nullptr; }
 | 
|    gfx::NativeCursor GetCursor(const gfx::Point& point) override {
 | 
|      return gfx::kNullCursor;
 | 
|    }
 | 
| 
 |