| 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
|
|
|