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

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

Issue 2863913004: chromeos: makes mus send keyevents to display root when nothing has focus (Closed)
Patch Set: moar Created 3 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
Index: services/ui/ws/display.h
diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
index f2d8c732c54df8870e90b21bbcc11db6d0824f8b..98acc83ec341dd3de82475c22aa026a4a87b5a57 100644
--- a/services/ui/ws/display.h
+++ b/services/ui/ws/display.h
@@ -72,8 +72,8 @@ class Display : public PlatformDisplayDelegate,
void Init(const display::ViewportMetrics& metrics,
std::unique_ptr<DisplayBinding> binding);
- // Returns an ID for this display. In internal mode this the display::Display
- // ID. In external mode this hasn't been defined yet.
+ // Returns the ID for this display. In internal mode this is the
+ // display::Display ID. In external mode this hasn't been defined yet.
int64_t GetId() const;
// Sets the display::Display corresponding to this ws::Display. This is only

Powered by Google App Engine
This is Rietveld 408576698