aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PictureBBHTest.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-01-09 06:41:48 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-09 06:41:48 -0800
commit703dd2ed187b9788c5bb0f2d313f2d07695603d6 (patch)
treee2314099eb0729896a8c919556852413f209aaeb /tests/PictureBBHTest.cpp
parent9250543c559bb756e7749a13bdea6c3be3861f2b (diff)
Remove SkTileGrid (except for TileGridInfo).
TBR=reed@google.com BUG=skia:3085 Review URL: https://codereview.chromium.org/845623002
Diffstat (limited to 'tests/PictureBBHTest.cpp')
-rw-r--r--tests/PictureBBHTest.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/PictureBBHTest.cpp b/tests/PictureBBHTest.cpp
index ac16dbbc71..e647c77dce 100644
--- a/tests/PictureBBHTest.cpp
+++ b/tests/PictureBBHTest.cpp
@@ -31,14 +31,6 @@ public:
// No BBH
this->run(NULL, reporter);
- // With a Tile Grid
- SkTileGridFactory::TileGridInfo gridInfo;
- gridInfo.fMargin.setEmpty();
- gridInfo.fOffset.setZero();
- gridInfo.fTileInterval.set(1, 1);
- SkTileGridFactory gridFactory(gridInfo);
- this->run(&gridFactory, reporter);
-
// With an R-Tree
SkRTreeFactory RTreeFactory;
this->run(&RTreeFactory, reporter);