| Index: include/core/SkBBHFactory.h
|
| diff --git a/include/core/SkBBHFactory.h b/include/core/SkBBHFactory.h
|
| index 490a6b5c078151801d619c541506258f04606594..57baf6beb9ad08a845bc648fd351fb67632b5088 100644
|
| --- a/include/core/SkBBHFactory.h
|
| +++ b/include/core/SkBBHFactory.h
|
| @@ -8,7 +8,6 @@
|
| #ifndef SkBBHFactory_DEFINED
|
| #define SkBBHFactory_DEFINED
|
|
|
| -#include "SkSize.h"
|
| #include "SkRect.h"
|
|
|
| class SkBBoxHierarchy;
|
| @@ -29,25 +28,4 @@ private:
|
| typedef SkBBHFactory INHERITED;
|
| };
|
|
|
| -// TODO(mtklein): delete entirely when Chromium's clean for TileGridInfo
|
| -class SK_API SkTileGridFactory {
|
| -public:
|
| - struct TileGridInfo {
|
| - /** Tile placement interval */
|
| - SkISize fTileInterval;
|
| -
|
| - /** Pixel coverage overlap between adjacent tiles */
|
| - SkISize fMargin;
|
| -
|
| - /** Offset added to device-space bounding box positions to convert
|
| - * them to tile-grid space. This can be used to adjust the "phase"
|
| - * of the tile grid to match probable query rectangles that will be
|
| - * used to search into the tile grid. As long as the offset is smaller
|
| - * or equal to the margin, there is no need to extend the domain of
|
| - * the tile grid to prevent data loss.
|
| - */
|
| - SkIPoint fOffset;
|
| - };
|
| -};
|
| -
|
| #endif
|
|
|