Chromium Code Reviews| Index: bench/nanobench.cpp |
| diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp |
| index 827ae037b8a929bac8c5d05ada549620f473fd39..b7858983f8ff6cf95bcc367059e6e5d07eb3d757 100644 |
| --- a/bench/nanobench.cpp |
| +++ b/bench/nanobench.cpp |
| @@ -175,7 +175,7 @@ |
| SkSurface::kNo_Budgeted, info, |
| this->config.samples, &props)); |
| this->gl = gGrFactory->getContextInfo(this->config.ctxType, |
| - this->config.ctxOptions).fGLContext; |
| + this->config.ctxOptions)->fGLContext; |
| if (!this->surface.get()) { |
| return false; |
| } |