| Index: ui/gl/gl_context_cgl.h
|
| ===================================================================
|
| --- ui/gl/gl_context_cgl.h (revision 202646)
|
| +++ ui/gl/gl_context_cgl.h (working copy)
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <OpenGL/CGLTypes.h>
|
|
|
| -#include "base/memory/scoped_generic_obj.h"
|
| #include "ui/gl/gl_context.h"
|
|
|
| namespace gfx {
|
| @@ -49,14 +48,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(GLContextCGL);
|
| };
|
|
|
| -class ScopedCGLDestroyRendererInfo {
|
| - public:
|
| - void operator()(CGLRendererInfoObj x) const;
|
| -};
|
| -
|
| -typedef ScopedGenericObj<CGLRendererInfoObj, ScopedCGLDestroyRendererInfo>
|
| - ScopedCGLRendererInfoObj;
|
| -
|
| } // namespace gfx
|
|
|
| #endif // UI_GL_GL_CONTEXT_CGL_H_
|
|
|