| Index: ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| diff --git a/ui/ozone/platform/egltest/ozone_platform_egltest.cc b/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| index 73ff47b4a329b190087708181fe7890851712346..31f35a6e33f597ee27d6ba05ce9eaf9f9daef6c0 100644
|
| --- a/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| +++ b/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| @@ -216,7 +216,7 @@ class SurfaceOzoneEgltest : public SurfaceOzoneEGL {
|
| bool OnSwapBuffers() override { return true; }
|
|
|
| bool OnSwapBuffersAsync(const SwapCompletionCallback& callback) override {
|
| - callback.Run();
|
| + callback.Run(gfx::SwapResult::SWAP_ACK);
|
| return true;
|
| }
|
|
|
|
|