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

Unified Diff: ui/ozone/platform/cast/surface_ozone_egl_cast.h

Issue 1436993002: Remove return bool in SurfaceOzoneEGL::OnSwapBuffersAsync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 1 month 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/cast/surface_ozone_egl_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/cast/surface_ozone_egl_cast.h
diff --git a/ui/ozone/platform/cast/surface_ozone_egl_cast.h b/ui/ozone/platform/cast/surface_ozone_egl_cast.h
index 197ef0b697c8acd5e31516ceb32ad1fd3fcdcd95..964b845813dc781f77df69d686da50579e2917d7 100644
--- a/ui/ozone/platform/cast/surface_ozone_egl_cast.h
+++ b/ui/ozone/platform/cast/surface_ozone_egl_cast.h
@@ -20,7 +20,7 @@ class SurfaceOzoneEglCast : public SurfaceOzoneEGL {
// SurfaceOzoneEGL implementation:
intptr_t GetNativeWindow() override;
bool OnSwapBuffers() override;
- bool OnSwapBuffersAsync(const SwapCompletionCallback& callback) override;
+ void OnSwapBuffersAsync(const SwapCompletionCallback& callback) override;
bool ResizeNativeWindow(const gfx::Size& viewport_size) override;
scoped_ptr<gfx::VSyncProvider> CreateVSyncProvider() override;
« no previous file with comments | « ui/gl/gl_surface_ozone.cc ('k') | ui/ozone/platform/cast/surface_ozone_egl_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698