| Index: testing/gtest/include/gtest/gtest_prod.h
|
| diff --git a/cc/ipc/render_pass_id.mojom b/testing/gtest/include/gtest/gtest_prod.h
|
| similarity index 67%
|
| copy from cc/ipc/render_pass_id.mojom
|
| copy to testing/gtest/include/gtest/gtest_prod.h
|
| index 90eee184925025d5d948c49e6af692ec5ec2a04e..09b2d87649f0f7fd4dffcfbe55213e552a1dba31 100644
|
| --- a/cc/ipc/render_pass_id.mojom
|
| +++ b/testing/gtest/include/gtest/gtest_prod.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/gtest_prod.h"
|
|
|