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

Unified Diff: components/mus/ws/display.h

Issue 1899923002: Basic display management for mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 8 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: 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;

Powered by Google App Engine
This is Rietveld 408576698