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

Unified Diff: extensions/browser/app_window/app_window.h

Issue 503383002: Allow component IME extension use app.window and add 'ime' window type for app window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reviews Created 6 years, 3 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: 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).

Powered by Google App Engine
This is Rietveld 408576698