Index: extensions/browser/app_window/app_window.h |
diff --git a/extensions/browser/app_window/app_window.h b/extensions/browser/app_window/app_window.h |
index f3b8e6ecbc4fbd9682f599b3a9954002dc86a676..02f2c735a04a2e4e3a635fd25ee66d2c9417fdb6 100644 |
--- a/extensions/browser/app_window/app_window.h |
+++ b/extensions/browser/app_window/app_window.h |
@@ -150,6 +150,7 @@ class AppWindow : public content::NotificationObserver, |
SkColor active_frame_color; |
SkColor inactive_frame_color; |
bool alpha_enabled; |
+ bool is_ime_window; |
jackhou1
2014/09/15 03:49:33
I think you can remove this too if it's not used a
bshe
2014/09/16 12:44:56
This is still used in app_window_api.cc to remembe
|
// The initial content/inner bounds specification (excluding any window |
// decorations). |