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

Unified Diff: remoting/host/desktop_environment.h

Issue 1033913003: Touch Events capability negotiation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: back to setting a flag on DesktopEnvironmentFactory Created 5 years, 8 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: remoting/host/desktop_environment.h
diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h
index 50aa11d8832ee9df2a593945ddd00c2ecabc7840..3ef538e2c4fd9e35b4aefa922683d09a764067a6 100644
--- a/remoting/host/desktop_environment.h
+++ b/remoting/host/desktop_environment.h
@@ -82,6 +82,9 @@ class DesktopEnvironmentFactory {
// Enables or disables gnubby authentication.
virtual void SetEnableGnubbyAuth(bool enable) {}
+
+ // Enables or disables multi touch.
+ virtual void SetEnableMultiTouch(bool enable) {}
Wez 2015/04/21 02:12:12 See comment re naming of this feature. IMO this s
Rintaro Kuroiwa 2015/04/22 19:55:59 Removed.
};
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698