Chromium Code Reviews| Index: src/gpu/GrAtlas.cpp |
| diff --git a/src/gpu/GrAtlas.cpp b/src/gpu/GrAtlas.cpp |
| index 349b47f620626a22fac6c1038915cb8e008d4200..e17171f8018f9cc277493ea317917f6551d97dbf 100644 |
| --- a/src/gpu/GrAtlas.cpp |
| +++ b/src/gpu/GrAtlas.cpp |
| @@ -209,7 +209,3 @@ GrPlot* GrAtlasMgr::getUnusedPlot() { |
| return NULL; |
| } |
| - |
| -SkISize GrAtlas::getSize() const { |
| - return SkISize::Make(GR_ATLAS_TEXTURE_WIDTH, GR_ATLAS_TEXTURE_HEIGHT); |
| -} |