Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / gl / gl_image_stub.cc
index d789ce5..980bff4 100644 (file)
@@ -8,10 +8,18 @@ namespace gfx {
 
 GLImageStub::GLImageStub() {}
 
-GLImageStub::~GLImageStub() { Destroy(); }
+GLImageStub::~GLImageStub() {}
 
 gfx::Size GLImageStub::GetSize() { return gfx::Size(1, 1); }
 
 bool GLImageStub::BindTexImage(unsigned target) { return true; }
 
+bool GLImageStub::ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
+                                       int z_order,
+                                       OverlayTransform transform,
+                                       const Rect& bounds_rect,
+                                       const RectF& crop_rect) {
+  return false;
+}
+
 }  // namespace gfx