| Index: src/gpu/vk/GrVkPipelineState.cpp
|
| diff --git a/src/gpu/vk/GrVkPipelineState.cpp b/src/gpu/vk/GrVkPipelineState.cpp
|
| index 996ce4a13cfa2122563f43ff50de7905aff3e626..dacd66b0e7e90fffad5ea7f55259b13d481e28a0 100644
|
| --- a/src/gpu/vk/GrVkPipelineState.cpp
|
| +++ b/src/gpu/vk/GrVkPipelineState.cpp
|
| @@ -489,7 +489,7 @@ void GrVkPipelineState::BuildStateKey(const GrPipeline& pipeline, GrPrimitiveTyp
|
|
|
| b.add32(primitiveType);
|
|
|
| - // Set key length
|
| + // Set key length
|
| int keyLength = key->count();
|
| SkASSERT(0 == (keyLength % 4));
|
| *reinterpret_cast<uint32_t*>(key->begin()) = SkToU32(keyLength);
|
|
|