| 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 9170240ef22f8145fa46aecc0a661bd0cf3c2287..56dee5873d2a8558d18438ff40bf8248ba9277d4 100644
|
| --- a/ui/ozone/platform/cast/surface_ozone_egl_cast.cc
|
| +++ b/ui/ozone/platform/cast/surface_ozone_egl_cast.cc
|
| @@ -23,7 +23,7 @@ bool SurfaceOzoneEglCast::OnSwapBuffers() {
|
|
|
| bool SurfaceOzoneEglCast::OnSwapBuffersAsync(
|
| const SwapCompletionCallback& callback) {
|
| - callback.Run();
|
| + callback.Run(gfx::SwapResult::SWAP_ACK);
|
| return true;
|
| }
|
|
|
|
|