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

Unified Diff: ui/ozone/platform/caca/caca_window.cc

Issue 667823002: PlatformEventDispatcher::DispatchEvent() should return a PostDispatchAction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui_enums
Patch Set: Fix platform_event_source_unittest.cc Created 6 years, 2 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 | « ui/ozone/platform/caca/caca_window.h ('k') | ui/ozone/platform/dri/dri_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/caca/caca_window.cc
diff --git a/ui/ozone/platform/caca/caca_window.cc b/ui/ozone/platform/caca/caca_window.cc
index ff2f5716e34bd1b9778cebcb54b894816c7c19e2..3181effa47b8d7a7288f276ec51ec6efe0ac7f52 100644
--- a/ui/ozone/platform/caca/caca_window.cc
+++ b/ui/ozone/platform/caca/caca_window.cc
@@ -137,7 +137,7 @@ void CacaWindow::MoveCursorTo(const gfx::Point& location) {}
bool CacaWindow::CanDispatchEvent(const PlatformEvent& event) { return true; }
-uint32_t CacaWindow::DispatchEvent(const PlatformEvent& ne) {
+ui::PostDispatchAction CacaWindow::DispatchEvent(const PlatformEvent& ne) {
// We don't dispatch events via PlatformEventSource.
NOTREACHED();
return ui::POST_DISPATCH_STOP_PROPAGATION;
« no previous file with comments | « ui/ozone/platform/caca/caca_window.h ('k') | ui/ozone/platform/dri/dri_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698