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

Unified Diff: ash/host/ash_window_tree_host.h

Issue 280833002: Re-land "Issue 191223007: Move touch CTM from X into Chrome" (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: adding missing file again Created 6 years, 7 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 | « ash/display/display_info.cc ('k') | ash/host/ash_window_tree_host_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/ash_window_tree_host.h
diff --git a/ash/host/ash_window_tree_host.h b/ash/host/ash_window_tree_host.h
index d54813b24f8c806d498b24e790d4102b63d1e970..00626dba18435fb5a4c2249728637a229dcd24d7 100644
--- a/ash/host/ash_window_tree_host.h
+++ b/ash/host/ash_window_tree_host.h
@@ -45,6 +45,13 @@ class ASH_EXPORT AshWindowTreeHost {
virtual gfx::Insets GetHostInsets() const = 0;
virtual aura::WindowTreeHost* AsWindowTreeHost() = 0;
+
+ // Updates the display IDs associated with this root window.
+ // A root window can be associated with up to 2 display IDs (e.g. in mirror
+ // mode dual monitors case). If the root window is only associated with one
+ // display id, then the other id should be set to
+ // gfx::Display::kInvalidDisplayID.
+ virtual void UpdateDisplayID(int64 id1, int64 id2) {};
};
} // namespace ash
« no previous file with comments | « ash/display/display_info.cc ('k') | ash/host/ash_window_tree_host_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698