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

Unified Diff: blimp/client/core/contents/blimp_contents_view_android.h

Issue 2292343002: Hooking up Blimp IME with BlimpContents (Closed)
Patch Set: Fixed linux client 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_android.h
diff --git a/blimp/client/core/contents/blimp_contents_view_android.h b/blimp/client/core/contents/blimp_contents_view_android.h
index 08b9af22c3c69c3ddaad06ac5246a092a576a4dd..50a0f819dda32d46d7fae6783504a64a605ffc3a 100644
--- a/blimp/client/core/contents/blimp_contents_view_android.h
+++ b/blimp/client/core/contents/blimp_contents_view_android.h
@@ -13,6 +13,7 @@ namespace blimp {
namespace client {
class BlimpContentsImpl;
class BlimpView;
+class ImeHelperDialog;
class BlimpContentsViewAndroid : public BlimpContentsView {
public:
@@ -22,6 +23,7 @@ class BlimpContentsViewAndroid : public BlimpContentsView {
// BlimpContentsView implementation.
gfx::NativeView GetNativeView() override;
+ ImeFeature::Delegate* GetImeDelegate() override;
// Returns the JNI-bridge for the Android View for this BlimpContentsView.
BlimpView* GetBlimpView();
@@ -32,6 +34,8 @@ class BlimpContentsViewAndroid : public BlimpContentsView {
// The JNI-bridge for the Android View for this BlimpContentsView.
std::unique_ptr<BlimpView> blimp_view_;
+ std::unique_ptr<ImeHelperDialog> ime_dialog_;
+
DISALLOW_COPY_AND_ASSIGN(BlimpContentsViewAndroid);
};
« no previous file with comments | « blimp/client/core/contents/blimp_contents_view.h ('k') | blimp/client/core/contents/blimp_contents_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698