| Index: src/gpu/vk/GrVkCaps.h
|
| diff --git a/src/gpu/vk/GrVkCaps.h b/src/gpu/vk/GrVkCaps.h
|
| index 576972110d50eda4ff403432193c3aa909e55bf3..ca92e59cae8aad979a41fd8bbe3c037b8f982432 100644
|
| --- a/src/gpu/vk/GrVkCaps.h
|
| +++ b/src/gpu/vk/GrVkCaps.h
|
| @@ -37,7 +37,7 @@ public:
|
| return SkToBool(ConfigInfo::kRenderable_Flag & fConfigTable[config].fOptimalFlags);
|
| }
|
|
|
| - bool isConfigTexurableLinearly(GrPixelConfig config) const {
|
| + bool isConfigTexturableLinearly(GrPixelConfig config) const {
|
| return SkToBool(ConfigInfo::kTextureable_Flag & fConfigTable[config].fLinearFlags);
|
| }
|
|
|
|
|