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

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: rebase 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 3cef2ed4f6e66cc0df2f0e6ca3a7869b9518f2a8..cf5abc746dd9925476a6ea39ae0787e3968fdbe2 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::WebContentsDelegate,
SkColor active_frame_color;
SkColor inactive_frame_color;
bool alpha_enabled;
+ bool is_ime_window;
// The initial content/inner bounds specification (excluding any window
// decorations).

Powered by Google App Engine
This is Rietveld 408576698