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

Unified Diff: ui/aura/mus/window_tree_host_mus.h

Issue 2712963003: mustash: Use ui::chromeos::EventRewriter in mus (Closed)
Patch Set: Fix build 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
« no previous file with comments | « ui/aura/mus/window_tree_client.cc ('k') | ui/aura/test/aura_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_host_mus.h
diff --git a/ui/aura/mus/window_tree_host_mus.h b/ui/aura/mus/window_tree_host_mus.h
index c9faf589d18f395b772b76e185834514b4396594..9cbebf3700d8b45fb7fe0d26955629f7f436efa3 100644
--- a/ui/aura/mus/window_tree_host_mus.h
+++ b/ui/aura/mus/window_tree_host_mus.h
@@ -61,8 +61,8 @@ class AURA_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
// Sets the bounds in pixels.
void SetBoundsFromServer(const gfx::Rect& bounds_in_pixels);
- ui::EventDispatchDetails SendEventToProcessor(ui::Event* event) {
- return aura::WindowTreeHostPlatform::SendEventToProcessor(event);
+ ui::EventDispatchDetails SendEventToSink(ui::Event* event) {
+ return aura::WindowTreeHostPlatform::SendEventToSink(event);
}
InputMethodMus* input_method() { return input_method_.get(); }
« no previous file with comments | « ui/aura/mus/window_tree_client.cc ('k') | ui/aura/test/aura_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698