| 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..9170240ef22f8145fa46aecc0a661bd0cf3c2287 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::OnSwapBuffersAsync(
|
| const SwapCompletionCallback& callback) {
|
| - callback.Run(gfx::SwapResult::SWAP_ACK);
|
| + callback.Run();
|
| return true;
|
| }
|
|
|
|
|