| Index: components/arc/common/app_struct_traits.h
|
| diff --git a/components/arc/common/app_struct_traits.h b/components/arc/common/app_struct_traits.h
|
| index 86818757472a6ea0c53164546b0385aedb7e3a56..e0ada3d9e8c327f6d4a81bf06898a536b1113f75 100644
|
| --- a/components/arc/common/app_struct_traits.h
|
| +++ b/components/arc/common/app_struct_traits.h
|
| @@ -11,7 +11,7 @@
|
| namespace mojo {
|
|
|
| template <>
|
| -struct StructTraits<arc::mojom::ScreenRect, gfx::Rect> {
|
| +struct StructTraits<arc::mojom::ScreenRectDataView, gfx::Rect> {
|
| static int32_t left(const gfx::Rect& p) { return p.x(); }
|
| static int32_t top(const gfx::Rect& p) { return p.y(); }
|
| static int32_t right(const gfx::Rect& p) { return p.right(); }
|
|
|