| Index: src/gpu/GrAtlas.cpp
|
| diff --git a/src/gpu/GrAtlas.cpp b/src/gpu/GrAtlas.cpp
|
| index 1bff42a82ff8dc3f9c3e82e8887121e9c49f5565..a9b8ae95e6f0f67ffd6ed1230e7514d42e9364d0 100644
|
| --- a/src/gpu/GrAtlas.cpp
|
| +++ b/src/gpu/GrAtlas.cpp
|
| @@ -255,7 +255,7 @@ GrPlot* GrAtlas::addToAtlas(ClientPlotUsage* usage,
|
| return NULL;
|
| }
|
|
|
| -void GrAtlas::removePlot(ClientPlotUsage* usage, const GrPlot* plot) {
|
| +void GrAtlas::RemovePlot(ClientPlotUsage* usage, const GrPlot* plot) {
|
| int index = usage->fPlots.find(const_cast<GrPlot*>(plot));
|
| if (index >= 0) {
|
| usage->fPlots.remove(index);
|
|
|