| Index: bench/nanobench.cpp
|
| diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp
|
| index be151f61bf1d3daf34e4bb0c80d42d2f0d7b64a0..b7603bf3bcd1925ad30bf7ba05cbdfc229372d67 100644
|
| --- a/bench/nanobench.cpp
|
| +++ b/bench/nanobench.cpp
|
| @@ -10,7 +10,6 @@
|
| #include "Benchmark.h"
|
| #include "CrashHandler.h"
|
| #include "GMBench.h"
|
| -#include "LazyDecodeBitmap.h"
|
| #include "ProcStats.h"
|
| #include "ResultsWriter.h"
|
| #include "RecordingBench.h"
|
| @@ -488,7 +487,7 @@
|
| return false;
|
| }
|
|
|
| - pic->reset(SkPicture::CreateFromStream(stream.get(), &sk_tools::LazyDecodeBitmap));
|
| + pic->reset(SkPicture::CreateFromStream(stream.get()));
|
| if (pic->get() == NULL) {
|
| SkDebugf("Could not read %s as an SkPicture.\n", path);
|
| return false;
|
|
|