| Index: tools/bench_playback.cpp
|
| diff --git a/tools/bench_playback.cpp b/tools/bench_playback.cpp
|
| index f07fa8e3003caba70eb7d7d621c93c998e6f2b36..26fa1c7ee8dfa595680808f7dcb5858c7cf911b5 100644
|
| --- a/tools/bench_playback.cpp
|
| +++ b/tools/bench_playback.cpp
|
| @@ -11,10 +11,11 @@
|
| #include "SkOSFile.h"
|
| #include "SkPicture.h"
|
| #include "SkPictureRecorder.h"
|
| -#include "SkRecording.h"
|
| #include "SkStream.h"
|
| #include "SkString.h"
|
|
|
| +#include "../include/record/SkRecording.h"
|
| +
|
| #include "BenchTimer.h"
|
| #include "Stats.h"
|
|
|
|
|