| Index: services/navigation/public/interfaces/view.mojom
|
| diff --git a/services/navigation/public/interfaces/view.mojom b/services/navigation/public/interfaces/view.mojom
|
| index e2fb3fa884e3c15b5eb1b5d69b14b7ed97027242..eb60b8382ff3312ded6347291452105399bfb175 100644
|
| --- a/services/navigation/public/interfaces/view.mojom
|
| +++ b/services/navigation/public/interfaces/view.mojom
|
| @@ -22,7 +22,7 @@ interface ViewClient {
|
| ViewCreated(View view,
|
| ViewClient& client,
|
| bool is_popup,
|
| - mojo.Rect initial_rect,
|
| + gfx.mojom.Rect initial_rect,
|
| bool user_gesture);
|
| Close();
|
| };
|
|
|