| commit | b988ecf639f1394ea5e821ac15b989e25e064534 | [log] [tgz] |
|---|---|---|
| author | svaisanen <svaisanen@nvidia.com> | Wed Apr 20 00:36:53 2016 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Apr 20 00:36:53 2016 -0700 |
| tree | 166065e815d249422d6dc70e15844088b85742d1 | |
| parent | 6d3119c9fc09ff1cf94965089d0873941097c1bc [diff] [blame] |
Enable NV_path_rendering in the Null GL. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1882563002 Review URL: https://codereview.chromium.org/1882563002
diff --git a/tools/gpu/GrContextFactory.cpp b/tools/gpu/GrContextFactory.cpp index 651f3fc..eb0f414 100755 --- a/tools/gpu/GrContextFactory.cpp +++ b/tools/gpu/GrContextFactory.cpp
@@ -141,7 +141,7 @@ break; #endif case kNullGL_ContextType: - glCtx.reset(CreateNullGLTestContext()); + glCtx.reset(CreateNullGLTestContext(kEnableNVPR_ContextOptions & options)); break; case kDebugGL_ContextType: glCtx.reset(CreateDebugGLTestContext());