| Index: bench/nanobench.cpp
|
| diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp
|
| index f742ef97241ef89d684441136a7cbb6e8e7bade0..6c42097f18237426a3fbf203bec3b305bd18cd35 100644
|
| --- a/bench/nanobench.cpp
|
| +++ b/bench/nanobench.cpp
|
| @@ -464,8 +464,7 @@
|
| #ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
|
| if (is_cpu_config_allowed("hwui")) {
|
| Config config = { "hwui", Benchmark::kHWUI_Backend, kRGBA_8888_SkColorType,
|
| - kPremul_SkAlphaType, 0, kBogusGLContextType, kNone_GLContextOptions,
|
| - false };
|
| + kPremul_SkAlphaType, 0, kBogusGLContextType, false };
|
| configs->push(config);
|
| }
|
| #endif
|
|
|