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

Unified Diff: ui/ozone/platform/drm/host/drm_window_host.cc

Issue 1412623006: Developer Feature: Add Debug Accelerators to Toggle Touchscreen/Touchpad On or Off (CrOS) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add enable/disable capability to ozone's touchscreen devices Created 5 years, 1 month 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/ozone/platform/drm/host/drm_window_host.cc
diff --git a/ui/ozone/platform/drm/host/drm_window_host.cc b/ui/ozone/platform/drm/host/drm_window_host.cc
index 4255904d35ade178e2267d5e8a070c407cb7b4f2..14afc079a130242932d1a6c0a89c9730cace2919 100644
--- a/ui/ozone/platform/drm/host/drm_window_host.cc
+++ b/ui/ozone/platform/drm/host/drm_window_host.cc
@@ -5,6 +5,7 @@
#include "ui/ozone/platform/drm/host/drm_window_host.h"
#include "base/bind.h"
+#include "ui/events/base_event_utils.h"
spang 2015/11/04 20:16:27 not needed anymore?
afakhry 2015/11/05 01:22:11 No I don't. Thanks for spotting it.
#include "ui/events/devices/device_data_manager.h"
#include "ui/events/event.h"
#include "ui/events/ozone/evdev/event_factory_evdev.h"

Powered by Google App Engine
This is Rietveld 408576698