| Index: src/gpu/gl/debug/GrFakeRefObj.h
|
| diff --git a/src/gpu/gl/debug/GrFakeRefObj.h b/src/gpu/gl/debug/GrFakeRefObj.h
|
| index 47ec4ee440346178e00c2c31b16e4bc9dd56b995..84ac499c7587b8271e1bdbdf492db2bc9df3e63e 100644
|
| --- a/src/gpu/gl/debug/GrFakeRefObj.h
|
| +++ b/src/gpu/gl/debug/GrFakeRefObj.h
|
| @@ -18,7 +18,7 @@
|
| // are tracking in this class are actually OpenGL's references to the objects
|
| // not "ours"
|
| // Each object also gets a unique globally identifying ID
|
| -class GrFakeRefObj : public SkNoncopyable {
|
| +class GrFakeRefObj : SkNoncopyable {
|
| public:
|
| GrFakeRefObj()
|
| : fRef(0)
|
|
|