diff options
Diffstat (limited to 'ui/gfx/gl/gl_surface.cc')
-rw-r--r-- | ui/gfx/gl/gl_surface.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/gfx/gl/gl_surface.cc b/ui/gfx/gl/gl_surface.cc index de4b8a2..3e4cb7e 100644 --- a/ui/gfx/gl/gl_surface.cc +++ b/ui/gfx/gl/gl_surface.cc @@ -6,6 +6,12 @@ namespace gfx { +GLSurface::GLSurface() { +} + +GLSurface::~GLSurface() { +} + bool GLSurface::Initialize() { return true; |