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

Unified Diff: ui/ozone/platform/dri/dri_window.h

Issue 657603002: ash: ozone: apply transformation to events outside the root window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove explicit gfx::Rect to gfx::RectF conversion Created 6 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/dri/dri_window.h
diff --git a/ui/ozone/platform/dri/dri_window.h b/ui/ozone/platform/dri/dri_window.h
index 8b8c447960935246470ccb278030af65bc71f6de..4043973471cc95eeaf88d73ec06cb7e4dc92ce8c 100644
--- a/ui/ozone/platform/dri/dri_window.h
+++ b/ui/ozone/platform/dri/dri_window.h
@@ -18,6 +18,7 @@ namespace ui {
class DisplayManager;
class DriWindowDelegate;
class DriWindowManager;
+class Event;
sadrul 2014/11/24 22:27:04 Doesn't look like this is necessary here?
class EventFactoryEvdev;
class DriGpuPlatformSupportHost;

Powered by Google App Engine
This is Rietveld 408576698