Chromium Code Reviews| Index: components/mus/ws/display.h |
| diff --git a/components/mus/ws/display.h b/components/mus/ws/display.h |
| index a58bb8ff446e846803c4ce8a1267226c8660850c..8ef01c092a151259b8b51fe4e7189bad247778f4 100644 |
| --- a/components/mus/ws/display.h |
| +++ b/components/mus/ws/display.h |
| @@ -149,6 +149,8 @@ class Display : public PlatformDisplayDelegate, |
| void SetSize(mojo::SizePtr size) override; |
| void SetTitle(const mojo::String& title) override; |
| + void SetBounds(gfx::Rect bounds); |
|
sky
2016/05/03 02:39:51
const gfx::Rect&, and move this around line 148 (g
rjkroege
2016/05/03 21:03:03
Removed.
|
| + |
| private: |
| friend class test::DisplayTestApi; |