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

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

Issue 2008193002: Change mojo geometry structs from using type converters to StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: components/mus/ws/display.h
diff --git a/components/mus/ws/display.h b/components/mus/ws/display.h
index e81937fa5d6fe6130d927bf81ddb71e5cc0239e8..f7f0bc7d82c4df5865b77050ed670ae9b2257b7f 100644
--- a/components/mus/ws/display.h
+++ b/components/mus/ws/display.h
@@ -138,7 +138,7 @@ class Display : public PlatformDisplayDelegate,
void UpdateNativeCursor(int32_t cursor_id);
// mojom::WindowTreeHost:
- void SetSize(mojo::SizePtr size) override;
+ void SetSize(const gfx::Size& size) override;
void SetTitle(const mojo::String& title) override;
private:

Powered by Google App Engine
This is Rietveld 408576698