| Index: ui/ozone/platform/cast/surface_ozone_egl_cast.cc
|
| diff --git a/ui/ozone/platform/cast/surface_ozone_egl_cast.cc b/ui/ozone/platform/cast/surface_ozone_egl_cast.cc
|
| index 56dee5873d2a8558d18438ff40bf8248ba9277d4..bbe8d3c8ad97dde0ba81b81d0db74fc335d20e73 100644
|
| --- a/ui/ozone/platform/cast/surface_ozone_egl_cast.cc
|
| +++ b/ui/ozone/platform/cast/surface_ozone_egl_cast.cc
|
| @@ -21,10 +21,9 @@ bool SurfaceOzoneEglCast::OnSwapBuffers() {
|
| return true;
|
| }
|
|
|
| -bool SurfaceOzoneEglCast::OnSwapBuffersAsync(
|
| +void SurfaceOzoneEglCast::OnSwapBuffersAsync(
|
| const SwapCompletionCallback& callback) {
|
| callback.Run(gfx::SwapResult::SWAP_ACK);
|
| - return true;
|
| }
|
|
|
| bool SurfaceOzoneEglCast::ResizeNativeWindow(const gfx::Size& viewport_size) {
|
|
|