| Index: src/gpu/GrPlotMgr.h
|
| diff --git a/src/gpu/GrPlotMgr.h b/src/gpu/GrPlotMgr.h
|
| index 1fdfa1ffb99adaf74c99105d9555cc2c5dc441b2..3aa8cf6c8a47aebe5ce3cf03a4e7155811c22974 100644
|
| --- a/src/gpu/GrPlotMgr.h
|
| +++ b/src/gpu/GrPlotMgr.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2010 Google Inc.
|
| *
|
| @@ -6,15 +5,14 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -
|
| -
|
| #ifndef GrPlotMgr_DEFINED
|
| #define GrPlotMgr_DEFINED
|
|
|
| #include "GrTypes.h"
|
| #include "GrPoint.h"
|
| +#include "SkTypes.h"
|
|
|
| -class GrPlotMgr : GrNoncopyable {
|
| +class GrPlotMgr : public SkNoncopyable {
|
| public:
|
| GrPlotMgr(int width, int height) {
|
| fDim.set(width, height);
|
|
|