| Index: include/gpu/GrContext.h
|
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
|
| index 7136ce4ff5c93196d107d3512c82b924682f7ab7..1a2d9e6025c330fbb1ac31bae9e41719702dd249 100644
|
| --- a/include/gpu/GrContext.h
|
| +++ b/include/gpu/GrContext.h
|
| @@ -413,7 +413,7 @@ private:
|
| bool init(GrBackend, GrBackendContext, const GrContextOptions& options);
|
|
|
| void initMockContext();
|
| - void initCommon();
|
| + void initCommon(const GrContextOptions& options);
|
|
|
| /**
|
| * These functions create premul <-> unpremul effects if it is possible to generate a pair
|
|
|