Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / gl / gl_image_stub.cc
index 980bff4..1c8e469 100644 (file)
@@ -14,6 +14,8 @@ gfx::Size GLImageStub::GetSize() { return gfx::Size(1, 1); }
 
 bool GLImageStub::BindTexImage(unsigned target) { return true; }
 
+bool GLImageStub::CopyTexImage(unsigned target) { return true; }
+
 bool GLImageStub::ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
                                        int z_order,
                                        OverlayTransform transform,