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

Unified Diff: ui/aura/remote_root_window_host_win.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/remote_root_window_host_win.h
diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h
index de69eb22b68907f49a7f8b44ee0da666320f6f55..2752801f55286196ae37a6b1c0c63baba1a90821 100644
--- a/ui/aura/remote_root_window_host_win.h
+++ b/ui/aura/remote_root_window_host_win.h
@@ -70,7 +70,8 @@ AURA_EXPORT void HandleSaveFile(
class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
public:
static RemoteRootWindowHostWin* Instance();
- static RemoteRootWindowHostWin* Create(const gfx::Rect& bounds);
+ static RemoteRootWindowHostWin* Create(const gfx::Rect& bounds,
+ bool is_internal_display);
// Called when the remote process has established its IPC connection.
// The |host| can be used when we need to send a message to it.

Powered by Google App Engine
This is Rietveld 408576698