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

Unified Diff: ui/aura/remote_root_window_host_win.cc

Issue 12087124: Disable touch calibration on external touchscreen. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Win compilation take 2 + rebase Created 7 years, 11 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: ui/aura/remote_root_window_host_win.cc
diff --git a/ui/aura/remote_root_window_host_win.cc b/ui/aura/remote_root_window_host_win.cc
index 9d1782dc4e54308e653c6cbc25dc9e6e3350ad4e..b507de2916be5d15d4aa3215f19c20adb958a1cd 100644
--- a/ui/aura/remote_root_window_host_win.cc
+++ b/ui/aura/remote_root_window_host_win.cc
@@ -79,7 +79,8 @@ RemoteRootWindowHostWin* RemoteRootWindowHostWin::Instance() {
}
RemoteRootWindowHostWin* RemoteRootWindowHostWin::Create(
- const gfx::Rect& bounds) {
+ const gfx::Rect& bounds,
+ bool is_internal_display) {
g_instance = new RemoteRootWindowHostWin(bounds);
return g_instance;
}

Powered by Google App Engine
This is Rietveld 408576698