| Index: ui/ozone/platform/drm/gpu/gbm_surfaceless.h
|
| diff --git a/ui/ozone/platform/drm/gpu/gbm_surfaceless.h b/ui/ozone/platform/drm/gpu/gbm_surfaceless.h
|
| index 151367236b1d4cb43a7df9971034c555ebe32b5c..1ec916ca2d5519e274befdb4f5de1b89d00b5f97 100644
|
| --- a/ui/ozone/platform/drm/gpu/gbm_surfaceless.h
|
| +++ b/ui/ozone/platform/drm/gpu/gbm_surfaceless.h
|
| @@ -76,7 +76,7 @@
|
|
|
| void SubmitFrame();
|
|
|
| - EGLSyncKHR InsertFence(bool native);
|
| + EGLSyncKHR InsertFence(bool implicit);
|
| void FenceRetired(EGLSyncKHR fence, PendingFrame* frame);
|
|
|
| void SwapCompleted(const SwapCompletionCallback& callback,
|
| @@ -90,7 +90,7 @@
|
| gfx::AcceleratedWidget widget_;
|
| std::unique_ptr<gfx::VSyncProvider> vsync_provider_;
|
| std::vector<std::unique_ptr<PendingFrame>> unsubmitted_frames_;
|
| - bool has_native_fence_sync_;
|
| + bool has_implicit_external_sync_;
|
| bool last_swap_buffers_result_ = true;
|
| bool swap_buffers_pending_ = false;
|
|
|
|
|