| Index: components/mus/ws/display.h
|
| diff --git a/components/mus/ws/display.h b/components/mus/ws/display.h
|
| index c48b1904dce5e4eca32ed321887a75dff8a939d0..843f1931fc0c099b136d97849551ef7ec1f66908 100644
|
| --- a/components/mus/ws/display.h
|
| +++ b/components/mus/ws/display.h
|
| @@ -84,6 +84,10 @@ class Display : public PlatformDisplayDelegate,
|
| void ScheduleSurfaceDestruction(ServerWindow* window);
|
|
|
| mojom::Rotation GetRotation() const;
|
| + gfx::Size GetSize() const;
|
| +
|
| + // Returns the id for the corresponding id.
|
| + int64_t GetPlatformDisplayId() const;
|
|
|
| WindowServer* window_server() { return window_server_; }
|
|
|
|
|