Chromium Code Reviews| Index: mojo/services/public/interfaces/geometry/geometry.mojom |
| diff --git a/mojo/services/public/interfaces/geometry/geometry.mojom b/mojo/services/public/interfaces/geometry/geometry.mojom |
| deleted file mode 100644 |
| index 3e7490f5ce0cdfd28873a525882ae83822e826c2..0000000000000000000000000000000000000000 |
| --- a/mojo/services/public/interfaces/geometry/geometry.mojom |
| +++ /dev/null |
| @@ -1,22 +0,0 @@ |
| -// Copyright 2014 The Chromium Authors. All rights reserved. |
| -// Use of this source code is governed by a BSD-style license that can be |
| -// found in the LICENSE file. |
| - |
| -module mojo { |
| - |
| -struct Point { |
| - int32 x; |
| - int32 y; |
| -}; |
| - |
| -struct Size { |
| - int32 width; |
| - int32 height; |
| -}; |
| - |
| -struct Rect { |
| - Point position; |
| - Size size; |
| -}; |
| - |
| -} |