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

Unified Diff: components/mus/public/cpp/input_event_handler.h

Issue 2018823002: Eliminate WindowTreeConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@connection
Patch Set: . Created 4 years, 7 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 | « components/mus/public/cpp/BUILD.gn ('k') | components/mus/public/cpp/lib/in_flight_change.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/input_event_handler.h
diff --git a/components/mus/public/cpp/input_event_handler.h b/components/mus/public/cpp/input_event_handler.h
index db0c0d0544dd7915771a6dfea4c7fbf5d8572500..3d445b23bad7fa82267512e324f98f8f5d450b01 100644
--- a/components/mus/public/cpp/input_event_handler.h
+++ b/components/mus/public/cpp/input_event_handler.h
@@ -27,7 +27,7 @@ class InputEventHandler {
// The event handler can asynchronously ack the event by taking ownership of
// the |ack_callback|. The callback takes an EventResult indicating if the
// handler has consumed the event. If the handler does not take ownership of
- // the callback, then WindowTreeClientImpl will ack the event as not consumed.
+ // the callback, then WindowTreeClient will ack the event as not consumed.
virtual void OnWindowInputEvent(
Window* target,
const ui::Event& event,
« no previous file with comments | « components/mus/public/cpp/BUILD.gn ('k') | components/mus/public/cpp/lib/in_flight_change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698