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

Unified Diff: ui/aura/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/root_window_host_win.cc
diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc
index e7e0d9db2a2e0f02825e5e60875353aa212f58c6..ea27ee782123c8fba36884c19596abcfb962d47b 100644
--- a/ui/aura/root_window_host_win.cc
+++ b/ui/aura/root_window_host_win.cc
@@ -29,7 +29,8 @@ bool use_popup_as_root_window_for_test = false;
} // namespace
// static
-RootWindowHost* RootWindowHost::Create(const gfx::Rect& bounds) {
+RootWindowHost* RootWindowHost::Create(const gfx::Rect& bounds,
+ bool is_internal_display) {
return new RootWindowHostWin(bounds);
}

Powered by Google App Engine
This is Rietveld 408576698