Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1421)

Unified Diff: ui/ozone/platform/drm/gpu/gbm_surfaceless.h

Issue 2908313002: Revert of gpu: Use ANDROID_native_fence_sync instead of ARM_implicit_external_sync. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/ipc/common/gpu_command_buffer_traits_multi.h ('k') | ui/ozone/platform/drm/gpu/gbm_surfaceless.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « gpu/ipc/common/gpu_command_buffer_traits_multi.h ('k') | ui/ozone/platform/drm/gpu/gbm_surfaceless.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698