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

Unified Diff: ash/host/root_window_host_factory.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: ash/host/root_window_host_factory.h
diff --git a/ash/host/root_window_host_factory.h b/ash/host/root_window_host_factory.h
index d357d9b2cb33b38f4a7805920299aee2654520cb..fe2da97f541e011cfc710e8ce1e8e87c9059155c 100644
--- a/ash/host/root_window_host_factory.h
+++ b/ash/host/root_window_host_factory.h
@@ -22,7 +22,8 @@ class ASH_EXPORT RootWindowHostFactory {
// Creates a new aura::RootWindowHost. The caller owns the returned value.
virtual aura::RootWindowHost* CreateRootWindowHost(
- const gfx::Rect& initial_bounds) = 0;
+ const gfx::Rect& initial_bounds,
+ bool is_internal_display) = 0;
protected:
RootWindowHostFactory() {}

Powered by Google App Engine
This is Rietveld 408576698