diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkTileGridPicture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkTileGridPicture.h b/include/core/SkTileGridPicture.h index b28f3d3b55..af7f0e2d78 100644 --- a/include/core/SkTileGridPicture.h +++ b/include/core/SkTileGridPicture.h @@ -36,7 +36,7 @@ public: * or equal to the margin, there is no need to extend the domain of * the tile grid to prevent data loss. */ - SkIPoint fOffset; + SkIPoint fOffset; }; /** * Constructor @@ -45,7 +45,7 @@ public: * @param info description of the tiling layout */ SkTileGridPicture(int width, int height, const TileGridInfo& info); - + virtual SkBBoxHierarchy* createBBoxHierarchy() const SK_OVERRIDE; private: |