Index: bench/nanobench.cpp |
diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp |
index c7cc3f0239ba96256eb82edaa87605ba959a795a..c463d6afc29a31a454723c187a09b29b37cf0f3a 100644 |
--- a/bench/nanobench.cpp |
+++ b/bench/nanobench.cpp |
@@ -185,7 +185,7 @@ struct GPUTarget : public Target { |
SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType); |
this->surface.reset(SkSurface::NewRenderTarget(gGrFactory->get(this->config.ctxType, |
this->config.ctxOptions), |
- SkSurface::kNo_Budgeted, info, |
+ SkBudgeted::kNo, info, |
this->config.samples, &props)); |
this->gl = gGrFactory->getContextInfo(this->config.ctxType, |
this->config.ctxOptions).fGLContext; |