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