aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/mock
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-02-13 10:20:13 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-13 16:03:50 +0000
commitd76e56d93c27856b10d6636882a5ffcd79a9d967 (patch)
treee20c54f11793cfbc57fa4b878d95931ae80a020d /include/gpu/mock
parent366093f2124c38fa5c590c9ed2d1811817fed8ee (diff)
Add SkCharacterization creation helper to GrContextThreadSafeProxy
Change-Id: I8ad7cf335f2b586cf501eaa70573690fbbd53efa Reviewed-on: https://skia-review.googlesource.com/106105 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include/gpu/mock')
-rw-r--r--include/gpu/mock/GrMockTypes.h3
1 files changed, 2 insertions, 1 deletions
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;
};
/**