Index: src/gpu/GrAtlas.h |
diff --git a/src/gpu/GrAtlas.h b/src/gpu/GrAtlas.h |
index d63c8b920cecac006866ebf9c27c6395007b514c..f99040863b2d14c63da42b828d06b10d1db0fa53 100644 |
--- a/src/gpu/GrAtlas.h |
+++ b/src/gpu/GrAtlas.h |
@@ -94,7 +94,7 @@ public: |
GrPlot* addToAtlas(ClientPlotUsage*, int width, int height, const void* image, SkIPoint16* loc); |
// remove reference to this plot |
- void removePlot(ClientPlotUsage* usage, const GrPlot* plot); |
+ static void RemovePlot(ClientPlotUsage* usage, const GrPlot* plot); |
// get a plot that's not being used by the current draw |
// this allows us to overwrite this plot without flushing |