Chromium Code Reviews| Index: src/gpu/GrPlotMgr.h |
| diff --git a/src/gpu/GrPlotMgr.h b/src/gpu/GrPlotMgr.h |
| index 6ea6086b06ccb38a3c7a8ffeb1ef19891068da12..8d55ed0b9c7d398d490cad7e8b3d0818fc77764d 100644 |
| --- a/src/gpu/GrPlotMgr.h |
| +++ b/src/gpu/GrPlotMgr.h |
| @@ -12,7 +12,7 @@ |
| #include "GrPoint.h" |
| #include "SkTypes.h" |
| -class GrPlotMgr : public SkNoncopyable { |
| +class GrPlotMgr : SkNoncopyable { |
| public: |
| GrPlotMgr(int width, int height) { |
| fDim.set(width, height); |