| Index: webkit/gpu/grcontext_for_webgraphicscontext3d.h
|
| diff --git a/webkit/gpu/grcontext_for_webgraphicscontext3d.h b/webkit/gpu/grcontext_for_webgraphicscontext3d.h
|
| index 76e63b10f1ac8530c986f0455ee84f6c2c946d4f..6b7feed2d786d4ab2de12cd55219646ad3751eeb 100644
|
| --- a/webkit/gpu/grcontext_for_webgraphicscontext3d.h
|
| +++ b/webkit/gpu/grcontext_for_webgraphicscontext3d.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef WEBKIT_GPU_GRCONTEXT_FOR_WEBGRAPHICSCONTEXT3D_H_
|
| #define WEBKIT_GPU_GRCONTEXT_FOR_WEBGRAPHICSCONTEXT3D_H_
|
|
|
| +#include "base/basictypes.h"
|
| #include "skia/ext/refptr.h"
|
| #include "webkit/gpu/webkit_gpu_export.h"
|
|
|
| @@ -29,6 +30,8 @@ class WEBKIT_GPU_EXPORT GrContextForWebGraphicsContext3D {
|
|
|
| private:
|
| skia::RefPtr<class GrContext> gr_context_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(GrContextForWebGraphicsContext3D);
|
| };
|
|
|
| } // namespace gpu
|
|
|