| Index: services/ui/common/gpu_type_converters_unittest.cc
|
| diff --git a/services/ui/common/gpu_type_converters_unittest.cc b/services/ui/common/gpu_type_converters_unittest.cc
|
| index 662186f266ba9159380ea8d0170b205da8c3cf7e..768282cb41ee68c8be436a10b07bcce0aef9eff8 100644
|
| --- a/services/ui/common/gpu_type_converters_unittest.cc
|
| +++ b/services/ui/common/gpu_type_converters_unittest.cc
|
| @@ -16,7 +16,7 @@
|
| TEST(MusGpuTypeConvertersTest, GpuMemoryBufferHandle) {
|
| const gfx::GpuMemoryBufferId kId(99);
|
| const uint32_t kOffset = 126;
|
| - const int32_t kStride = 256;
|
| + const uint32_t kStride = 256;
|
| base::SharedMemory shared_memory;
|
| ASSERT_TRUE(shared_memory.CreateAnonymous(1024));
|
| ASSERT_TRUE(shared_memory.Map(1024));
|
|
|