| Index: ui/ozone/public/surface_ozone_egl.h
|
| diff --git a/ui/ozone/public/surface_ozone_egl.h b/ui/ozone/public/surface_ozone_egl.h
|
| index 3056deca1f003acd66edbd968f7dd1bee1b6b2b8..c2f06c099615e77c8405a007acd9c54795ae7d85 100644
|
| --- a/ui/ozone/public/surface_ozone_egl.h
|
| +++ b/ui/ozone/public/surface_ozone_egl.h
|
| @@ -46,7 +46,7 @@ class OZONE_BASE_EXPORT SurfaceOzoneEGL {
|
| // be used to present the new front buffer if the platform requires this.
|
| // The callback should be run on the calling thread
|
| // (i.e. same thread SwapBuffersAsync is called).
|
| - virtual bool OnSwapBuffersAsync(const SwapCompletionCallback& callback) = 0;
|
| + virtual void OnSwapBuffersAsync(const SwapCompletionCallback& callback) = 0;
|
|
|
| // Returns a gfx::VsyncProvider for this surface. Note that this may be
|
| // called after we have entered the sandbox so if there are operations (e.g.
|
|
|