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

Unified Diff: ash/display/display_controller.h

Issue 191223007: Move touch CTM from X into Chrome (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: move CTM update code into a separate file ash/touch/touch_ctm_controller.cc Created 6 years, 9 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: ash/display/display_controller.h
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h
index aee21041cdac343a2aa43d336bad7f5a000ed48c..f6f891dee2d5510685084615152211abccadbdac 100644
--- a/ash/display/display_controller.h
+++ b/ash/display/display_controller.h
@@ -90,6 +90,10 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver,
return virtual_keyboard_window_controller_.get();
}
+ const std::map<int64, aura::Window*>& root_windows() {
+ return root_windows_;
+ }
oshima 2014/03/14 21:53:53 can you use GetAllRootWindows instead?
Yufeng Shen (Slow to review) 2014/04/29 20:34:18 removed.
+
// Initializes primary display.
void InitPrimaryDisplay();

Powered by Google App Engine
This is Rietveld 408576698