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

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

Issue 2712963003: mustash: Use ui::chromeos::EventRewriter in mus (Closed)
Patch Set: Address review issues. Created 3 years, 9 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: services/ui/ws/platform_display_default.h
diff --git a/services/ui/ws/platform_display_default.h b/services/ui/ws/platform_display_default.h
index 399594c03f9db6f83a73254dde4854c76a6cbd0c..b96b8d09b473060193a68df898aba5d63618c295 100644
--- a/services/ui/ws/platform_display_default.h
+++ b/services/ui/ws/platform_display_default.h
@@ -18,6 +18,7 @@
namespace ui {
+class EventSink;
class ImageCursors;
class LocatedEvent;
class PlatformWindow;
@@ -34,6 +35,9 @@ class PlatformDisplayDefault : public PlatformDisplay,
const display::ViewportMetrics& metrics);
~PlatformDisplayDefault() override;
+ // EventSource::
+ EventSink* GetEventSink() override;
+
// PlatformDisplay:
void Init(PlatformDisplayDelegate* delegate) override;
void SetViewportSize(const gfx::Size& size) override;

Powered by Google App Engine
This is Rietveld 408576698