From 334355742137cc238887d4f85856e6c4d9ec8aa8 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Wed, 5 Nov 2014 14:47:41 -0800 Subject: Add mock context and use in ResourceCacheTest. BUG=skia:2889 Committed: https://skia.googlesource.com/skia/+/820dd6c335411aad889c1d7e8a857642ecd87e30 Review URL: https://codereview.chromium.org/702083003 --- include/gpu/GrContext.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/gpu') diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index 464f36d123..2adc84211a 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -63,6 +63,11 @@ public: */ static GrContext* Create(GrBackend, GrBackendContext, const Options* opts = NULL); + /** + * Only defined in test apps. + */ + static GrContext* CreateMockContext(); + virtual ~GrContext(); /** @@ -978,6 +983,8 @@ private: GrContext(const Options&); // init must be called after the constructor. bool init(GrBackend, GrBackendContext); + void initMockContext(); + void initCommon(); void setupDrawBuffer(); -- cgit v1.2.3