aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/vk/GrVkTexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/vk/GrVkTexture.h')
-rw-r--r--src/gpu/vk/GrVkTexture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/vk/GrVkTexture.h b/src/gpu/vk/GrVkTexture.h
index 55239e3903..91ed671c12 100644
--- a/src/gpu/vk/GrVkTexture.h
+++ b/src/gpu/vk/GrVkTexture.h
@@ -33,7 +33,7 @@ public:
void textureParamsModified() override {}
- const GrVkImageView* textureView(bool allowSRGB);
+ const GrVkImageView* textureView();
bool reallocForMipmap(GrVkGpu* gpu, uint32_t mipLevels);
@@ -67,7 +67,6 @@ private:
GrBackendObjectOwnership);
const GrVkImageView* fTextureView;
- const GrVkImageView* fLinearTextureView;
typedef GrTexture INHERITED;
};