Chromium Code Reviews| Index: src/gpu/GrPlotMgr.h |
| diff --git a/src/gpu/GrPlotMgr.h b/src/gpu/GrPlotMgr.h |
| index 3aa8cf6c8a47aebe5ce3cf03a4e7155811c22974..6ea6086b06ccb38a3c7a8ffeb1ef19891068da12 100644 |
| --- a/src/gpu/GrPlotMgr.h |
| +++ b/src/gpu/GrPlotMgr.h |
| @@ -32,7 +32,7 @@ public: |
| } |
| void reset() { |
| - Gr_bzero(fBusy, fDim.fX * fDim.fY); |
| + sk_bzero(fBusy, fDim.fX * fDim.fY); |
| } |
| bool newPlot(GrIPoint16* loc) { |