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

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: rebase 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 76aca6fbfd2780069b4b10a668b83739a9ec0598..fd7a641631d1be4b8d2703466807a435f80ac288 100644
--- a/components/mus/ws/display.h
+++ b/components/mus/ws/display.h
@@ -135,7 +135,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