Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: blimp/client/core/contents/blimp_contents_view_aura.cc

Issue 2292343002: Hooking up Blimp IME with BlimpContents (Closed)
Patch Set: Fixed linux client Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/client/core/contents/blimp_contents_view_aura.h ('k') | blimp/client/core/contents/ime_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « blimp/client/core/contents/blimp_contents_view_aura.h ('k') | blimp/client/core/contents/ime_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698