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

Unified Diff: ui/aura/root_window_host.h

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.h
diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h
index 2a07cea020f3c21064e9ef120c8807d3f3d7f495..d37dea3137361bf4a56e1141849829a17f5c83a9 100644
--- a/ui/aura/root_window_host.h
+++ b/ui/aura/root_window_host.h
@@ -33,7 +33,8 @@ class AURA_EXPORT RootWindowHost {
virtual ~RootWindowHost() {}
// Creates a new RootWindowHost. The caller owns the returned value.
- static RootWindowHost* Create(const gfx::Rect& bounds);
+ static RootWindowHost* Create(const gfx::Rect& bounds,
+ bool is_internal_display);
// Returns the actual size of the screen.
// (gfx::Screen only reports on the virtual desktop exposed by Aura.)

Powered by Google App Engine
This is Rietveld 408576698