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

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

Issue 2292343002: Hooking up Blimp IME with BlimpContents (Closed)
Patch Set: Addressed initial comments Created 4 years, 4 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
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 e9e8008b61bd8cc3ad8df5db46d6d3bdc1bf1e23..cb1db81acad38e951dea8389c2a1afb18f3bd13c 100644
--- a/blimp/client/core/contents/blimp_contents_view_aura.cc
+++ b/blimp/client/core/contents/blimp_contents_view_aura.cc
@@ -21,5 +21,9 @@ gfx::NativeView BlimpContentsViewAura::GetNativeView() {
return nullptr;
}
+ImeFeature::Delegate* BlimpContentsViewAura::GetImeDelegate() {
+ return nullptr;
+}
+
} // namespace client
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698