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

Unified Diff: services/ui/ws/window_server_delegate.h

Issue 2627623003: Add full touch support to mus. (Closed)
Patch Set: Fixes. Created 3 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
« no previous file with comments | « services/ui/ws/touch_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server_delegate.h
diff --git a/services/ui/ws/window_server_delegate.h b/services/ui/ws/window_server_delegate.h
index 717c512871ce4db904dce7608135d9c7af8ca98e..337cc3880e2757f5df8055a089ad27a6239383ae 100644
--- a/services/ui/ws/window_server_delegate.h
+++ b/services/ui/ws/window_server_delegate.h
@@ -44,10 +44,6 @@ class WindowServerDelegate {
virtual bool IsTestConfig() const = 0;
- // Called when touchscreen coordinate transforms should be updated. For
- // example when displays or touch input devices are added/removed.
- virtual void UpdateTouchTransforms() = 0;
-
// Creates a WindowTreeBinding. Default implementation returns null, which
// creates DefaultBinding.
virtual std::unique_ptr<WindowTreeBinding> CreateWindowTreeBinding(
« no previous file with comments | « services/ui/ws/touch_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698