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

Unified Diff: ui/ozone/platform/dri/gbm_surface.h

Issue 837483003: [ozone] Add stub async swap buffers implementation to ozone surfaceless. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_ozone.cc ('k') | ui/ozone/platform/dri/gbm_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/gbm_surface.h
diff --git a/ui/ozone/platform/dri/gbm_surface.h b/ui/ozone/platform/dri/gbm_surface.h
index 45e2e710a6811e1736bb3fa2b8d8e72357fafa91..193fc591b7cd4343ab5ceb5e34f1108d13cb98b2 100644
--- a/ui/ozone/platform/dri/gbm_surface.h
+++ b/ui/ozone/platform/dri/gbm_surface.h
@@ -37,6 +37,7 @@ class GbmSurface : public GbmSurfaceless {
intptr_t GetNativeWindow() override;
bool ResizeNativeWindow(const gfx::Size& viewport_size) override;
bool OnSwapBuffers() override;
+ bool OnSwapBuffersAsync(const SwapCompletionCallback& callback) override;
private:
gbm_device* gbm_device_;
« no previous file with comments | « ui/gl/gl_surface_ozone.cc ('k') | ui/ozone/platform/dri/gbm_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698