From d76e56d93c27856b10d6636882a5ffcd79a9d967 Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Tue, 13 Feb 2018 10:20:13 -0500 Subject: Add SkCharacterization creation helper to GrContextThreadSafeProxy Change-Id: I8ad7cf335f2b586cf501eaa70573690fbbd53efa Reviewed-on: https://skia-review.googlesource.com/106105 Reviewed-by: Brian Salomon Commit-Queue: Robert Phillips --- include/gpu/mock/GrMockTypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/gpu/mock') diff --git a/include/gpu/mock/GrMockTypes.h b/include/gpu/mock/GrMockTypes.h index 0954c5eadc..49601cb55e 100644 --- a/include/gpu/mock/GrMockTypes.h +++ b/include/gpu/mock/GrMockTypes.h @@ -12,7 +12,8 @@ #include "../private/GrTypesPriv.h" struct GrMockTextureInfo { - int fID; + GrPixelConfig fConfig; + int fID; }; /** -- cgit v1.2.3