aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skqp/gm_runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skqp/gm_runner.cpp')
-rw-r--r--tools/skqp/gm_runner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skqp/gm_runner.cpp b/tools/skqp/gm_runner.cpp
index 5b45b271f9..437e3c10af 100644
--- a/tools/skqp/gm_runner.cpp
+++ b/tools/skqp/gm_runner.cpp
@@ -85,7 +85,7 @@ std::vector<std::string> ExecuteTest(UnitTest test) {
}
} r;
GrContextOptions options;
- options.fDisableDriverCorrectnessWorkarounds = true;
+ // options.fDisableDriverCorrectnessWorkarounds = true;
if (test->fContextOptionsProc) {
test->fContextOptionsProc(&options);
}