Chromium Code Reviews| Index: blimp/client/core/contents/blimp_contents_view_aura.cc |
| diff --git a/blimp/client/core/contents/blimp_contents_view_aura.cc b/blimp/client/core/contents/blimp_contents_view_aura.cc |
| index f4112149ce3d47642385fdc739fb2c5ce1e71c69..ba5fc040446869c6fb573fc481dad04063951894 100644 |
| --- a/blimp/client/core/contents/blimp_contents_view_aura.cc |
| +++ b/blimp/client/core/contents/blimp_contents_view_aura.cc |
| @@ -23,5 +23,9 @@ gfx::NativeView BlimpContentsViewAura::GetNativeView() { |
| return nullptr; |
| } |
| +ImeFeature::Delegate* BlimpContentsViewAura::GetImeDelegate() { |
| + return nullptr; |
| +} |
| + |
| } // namespace client |
| } // namespace blimp |