aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/pathmaskcache.cpp
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-08-30 15:14:04 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-30 19:35:27 +0000
commit195c05b6d5afbd65f803816938e24eebd51292c8 (patch)
tree09464cb77b796259a4ca0d75a32f8ed4d0dcf85a /gm/pathmaskcache.cpp
parentad8a43f7698071f00ce024a935b0bc04a4b19a41 (diff)
Move several GrContextOptions fields behind GR_TEST_UTILS
Bug: skia: Change-Id: I35bc08ad72fb94d8e47fe342d314c4496b954226 Reviewed-on: https://skia-review.googlesource.com/40881 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'gm/pathmaskcache.cpp')
-rw-r--r--gm/pathmaskcache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/pathmaskcache.cpp b/gm/pathmaskcache.cpp
index 5e3232b6bd..400c5df9d1 100644
--- a/gm/pathmaskcache.cpp
+++ b/gm/pathmaskcache.cpp
@@ -104,7 +104,7 @@ protected:
}
void modifyGrContextOptions(GrContextOptions* options) override {
- options->fGpuPathRenderers = GrContextOptions::GpuPathRenderers::kNone;
+ options->fGpuPathRenderers = GpuPathRenderers::kNone;
options->fAllowPathMaskCaching = true;
}