Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / gl / gl_surface_egl.h
index 8d154ad..73ec213 100644 (file)
@@ -79,6 +79,7 @@ class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
   EGLSurface surface_;
   bool supports_post_sub_buffer_;
   EGLConfig config_;
+  gfx::Size size_;
 
   scoped_ptr<VSyncProvider> vsync_provider_;