aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bench_record.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-18 18:04:41 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-18 18:04:41 +0000
commit770963f23f4fc313db0fa3bac18b1b8aafb55f17 (patch)
treee5260b887047621f440fdeca0ff716455d4849b7 /tools/bench_record.cpp
parent7b8999b5047e059f8dbce2bb24586ac49d928731 (diff)
Staging for cleanup of SkPicture-related headers
Diffstat (limited to 'tools/bench_record.cpp')
-rw-r--r--tools/bench_record.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/bench_record.cpp b/tools/bench_record.cpp
index 65198fa5ba..cff3490433 100644
--- a/tools/bench_record.cpp
+++ b/tools/bench_record.cpp
@@ -10,12 +10,10 @@
#include "SkGraphics.h"
#include "SkOSFile.h"
#include "SkPicture.h"
-#include "SkQuadTreePicture.h"
+#include "SkPictureRecorder.h"
#include "SkRecording.h"
-#include "SkRTreePicture.h"
#include "SkStream.h"
#include "SkString.h"
-#include "SkTileGridPicture.h"
#include "SkTime.h"
#include "LazyDecodeBitmap.h"