summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_surface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/gl/gl_surface.cc')
-rw-r--r--ui/gfx/gl/gl_surface.cc6
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;