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

Unified Diff: ui/ozone/platform/drm/BUILD.gn

Issue 1485233002: Force touch events to be dispatched on FNL (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years 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/BUILD.gn
diff --git a/ui/ozone/platform/drm/BUILD.gn b/ui/ozone/platform/drm/BUILD.gn
index 5f011b189fb90d5c46e333098e8bb33f12f85b9b..85e5c4dba65e2b08b3e9ab2237d0afc8c455b771 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -110,6 +110,10 @@ source_set("drm_common") {
]
}
+ if (is_fnl) {
+ defines += [ "FORCE_DISPATCH_TOUCH_EVENTS" ]
+ }
+
deps = [
"//base",
"//skia",
« no previous file with comments | « no previous file | ui/ozone/platform/drm/host/drm_window_host.cc » ('j') | ui/ozone/platform/drm/host/drm_window_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698