| Index: testing/gtest/include/gtest/internal/gtest-string.h
|
| diff --git a/cc/ipc/render_pass_id.mojom b/testing/gtest/include/gtest/internal/gtest-string.h
|
| similarity index 64%
|
| copy from cc/ipc/render_pass_id.mojom
|
| copy to testing/gtest/include/gtest/internal/gtest-string.h
|
| index 90eee184925025d5d948c49e6af692ec5ec2a04e..dcce9011c8496483101884ec80abfe73e85b7034 100644
|
| --- a/cc/ipc/render_pass_id.mojom
|
| +++ b/testing/gtest/include/gtest/internal/gtest-string.h
|
| @@ -2,9 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module cc.mojom;
|
| -
|
| -struct RenderPassId {
|
| - int32 layer_id;
|
| - uint32 index;
|
| -};
|
| +#include "testing/third_party/googletest/googletest/include/gtest/internal/gtest-string.h"
|
|
|