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

Unified Diff: chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h

Issue 253233002: Merge 266651 "linux-aura: Supports Compose key with XIM." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1916/src/
Patch Set: Created 6 years, 8 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 | « no previous file | chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h
===================================================================
--- chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h (revision 266993)
+++ chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h (working copy)
@@ -13,6 +13,7 @@
#include "ui/base/ime/linux/linux_input_method_context.h"
#include "ui/gfx/rect.h"
+typedef struct _GdkDrawable GdkWindow;
typedef struct _GtkIMContext GtkIMContext;
namespace libgtk2ui {
@@ -60,6 +61,9 @@
// text input type. Can be NULL when it's not focused.
GtkIMContext* gtk_context_;
+ // Last set client window.
+ GdkWindow* gdk_last_set_client_window_;
+
// Last known caret bounds relative to the screen coordinates.
gfx::Rect last_caret_bounds_;
« no previous file with comments | « no previous file | chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698