From 703dd2ed187b9788c5bb0f2d313f2d07695603d6 Mon Sep 17 00:00:00 2001 From: mtklein Date: Fri, 9 Jan 2015 06:41:48 -0800 Subject: Remove SkTileGrid (except for TileGridInfo). TBR=reed@google.com BUG=skia:3085 Review URL: https://codereview.chromium.org/845623002 --- tests/PictureBBHTest.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/PictureBBHTest.cpp') 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); -- cgit v1.2.3