| Index: tools/kilobench/kilobench.cpp
|
| diff --git a/tools/kilobench/kilobench.cpp b/tools/kilobench/kilobench.cpp
|
| index dc7f938a5d97729cec13a144b01efc2467d0049e..b14770f458a206c0e933b2b114c4c7e6b3fa5be2 100644
|
| --- a/tools/kilobench/kilobench.cpp
|
| +++ b/tools/kilobench/kilobench.cpp
|
| @@ -188,7 +188,7 @@ struct GPUTarget {
|
| fSurface.reset(SkSurface::MakeRenderTarget(context,
|
| SkBudgeted::kNo, info,
|
| numSamples, &props).release());
|
| - fGL = factory->getContextInfo(ctxType, ctxOptions).fGLContext;
|
| + fGL = factory->getContextInfo(ctxType, ctxOptions).glContext();
|
| if (!fSurface.get()) {
|
| return false;
|
| }
|
|
|