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

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

Issue 2443023002: gpu: Add CHROMIUM_copy_image extension.
Patch Set: rebase Created 4 years, 2 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 | « ui/gl/gl_surface_egl.cc ('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 303ededa7da6fb082c8c418a431e7cd5bea6cfd6..895133fbf1e44584072f50b0667b3ab60796931f 100644
--- a/ui/ozone/platform/drm/gpu/gbm_surfaceless.h
+++ b/ui/ozone/platform/drm/gpu/gbm_surfaceless.h
@@ -76,9 +76,7 @@ class GbmSurfaceless : public gl::SurfacelessEGL {
};
void SubmitFrame();
-
- EGLSyncKHR InsertFence(bool implicit);
- void FenceRetired(EGLSyncKHR fence, PendingFrame* frame);
+ void FrameReady(PendingFrame* frame);
void SwapCompleted(const SwapCompletionCallback& callback,
gfx::SwapResult result);
« no previous file with comments | « ui/gl/gl_surface_egl.cc ('k') | ui/ozone/platform/drm/gpu/gbm_surfaceless.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698