| Index: ui/gl/gl_surface_egl.cc
|
| diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc
|
| index a977edd7936d29ac09eb2c09e22cfbd67dc3f075..8c08ff4981c19a04101deca89b10581bd259577a 100644
|
| --- a/ui/gl/gl_surface_egl.cc
|
| +++ b/ui/gl/gl_surface_egl.cc
|
| @@ -682,6 +682,10 @@ bool SurfacelessEGL::IsOffscreen() {
|
| return true;
|
| }
|
|
|
| +bool SurfacelessEGL::IsSurfaceless() const {
|
| + return true;
|
| +}
|
| +
|
| bool SurfacelessEGL::SwapBuffers() {
|
| LOG(ERROR) << "Attempted to call SwapBuffers with SurfacelessEGL.";
|
| return false;
|
|
|