| Index: src/gpu/gl/debug/GrFakeRefObj.h
|
| diff --git a/src/gpu/gl/debug/GrFakeRefObj.h b/src/gpu/gl/debug/GrFakeRefObj.h
|
| index 7f21c941819da96b8cc7de4c4af7ea897ce73e91..47ec4ee440346178e00c2c31b16e4bc9dd56b995 100644
|
| --- a/src/gpu/gl/debug/GrFakeRefObj.h
|
| +++ b/src/gpu/gl/debug/GrFakeRefObj.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2012 Google Inc.
|
| *
|
| @@ -9,8 +8,8 @@
|
| #ifndef GrFakeRefObj_DEFINED
|
| #define GrFakeRefObj_DEFINED
|
|
|
| +#include "SkTypes.h"
|
| #include "gl/GrGLInterface.h"
|
| -#include "GrNoncopyable.h"
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // This object is used to track the OpenGL objects. We don't use real
|
| @@ -19,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 GrNoncopyable {
|
| +class GrFakeRefObj : public SkNoncopyable {
|
| public:
|
| GrFakeRefObj()
|
| : fRef(0)
|
|
|