Chromium Code Reviews| Index: src/gpu/GrTextStrike.cpp |
| diff --git a/src/gpu/GrTextStrike.cpp b/src/gpu/GrTextStrike.cpp |
| index b290d6c2a37cdf4a5a31ead724f24f639d1ff059..4079893b3a0b9cc74475675cc17bc774903d34be 100644 |
| --- a/src/gpu/GrTextStrike.cpp |
| +++ b/src/gpu/GrTextStrike.cpp |
| @@ -278,7 +278,7 @@ void GrTextStrike::removePlot(const GrPlot* plot) { |
| } |
| } |
| - fAtlas->removePlot(&fPlotUsage, plot); |
| + GrAtlas::RemovePlot(&fPlotUsage, plot); |
| } |