| Index: third_party/WebKit/public/blink_typemaps.gni
|
| diff --git a/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni b/third_party/WebKit/public/blink_typemaps.gni
|
| similarity index 65%
|
| copy from third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
|
| copy to third_party/WebKit/public/blink_typemaps.gni
|
| index e5f50b0c008d0d29d997cffd9436648cbff4db7d..9e56c32db80fadcafa875ca796cac738f234ee3a 100644
|
| --- a/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
|
| +++ b/third_party/WebKit/public/blink_typemaps.gni
|
| @@ -3,8 +3,8 @@
|
| # found in the LICENSE file.
|
|
|
| typemaps = [
|
| - "//third_party/WebKit/Source/platform/mojo/KURL.typemap",
|
| - "//third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap",
|
| + # These typemaps are required by compositor_frame.mojom
|
| "//cc/ipc/surface_id.typemap",
|
| "//cc/ipc/surface_sequence.typemap",
|
| + "//ui/gfx/geometry/mojo/geometry.typemap",
|
| ]
|
|
|