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

Unified Diff: mandoline/ui/aura/window_tree_host_mojo.h

Issue 1234623004: mandoline: Fix character entry in html_viewer on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ifdef guard after skimming InputMethodWin. Created 5 years, 5 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 | « components/view_manager/display_manager.cc ('k') | mandoline/ui/aura/window_tree_host_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/aura/window_tree_host_mojo.h
diff --git a/mandoline/ui/aura/window_tree_host_mojo.h b/mandoline/ui/aura/window_tree_host_mojo.h
index c00c7748636d331cb8533b978f37e7f5c7dab54d..77f4bf0c64891b0dcb9f4a1ecbc5d958deb592d0 100644
--- a/mandoline/ui/aura/window_tree_host_mojo.h
+++ b/mandoline/ui/aura/window_tree_host_mojo.h
@@ -23,6 +23,7 @@ class Shell;
namespace mandoline {
+class InputMethodMandoline;
class SurfaceContextFactory;
class WindowTreeHostMojo : public aura::WindowTreeHost,
@@ -61,6 +62,8 @@ class WindowTreeHostMojo : public aura::WindowTreeHost,
gfx::Rect bounds_;
+ scoped_ptr<InputMethodMandoline> input_method_;
+
scoped_ptr<SurfaceContextFactory> context_factory_;
DISALLOW_COPY_AND_ASSIGN(WindowTreeHostMojo);
« no previous file with comments | « components/view_manager/display_manager.cc ('k') | mandoline/ui/aura/window_tree_host_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698