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

Unified Diff: ui/views/widget/desktop_aura/desktop_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/views/widget/desktop_aura/desktop_root_window_host_win.cc
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
index e9fc62fe9a21ddea24fb3dad9067fbec8e97ee81..e634af159cb905a8f325eaab07cf932dad044bf3 100644
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
@@ -99,7 +99,7 @@ aura::RootWindow* DesktopRootWindowHostWin::Init(
message_handler_->set_remove_standard_frame(params.remove_standard_frame);
- aura::RootWindow::CreateParams rw_params(params.bounds);
+ aura::RootWindow::CreateParams rw_params(params.bounds, false);
rw_params.host = this;
root_window_ = new aura::RootWindow(rw_params);
« ui/base/events/event.h ('K') | « ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698