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

Unified Diff: services/ui/surfaces/direct_output_surface_ozone.h

Issue 2374183006: Remove GLFrameData from CompositorFrame. (Closed)
Patch Set: Rebase + fix includes. 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
Index: services/ui/surfaces/direct_output_surface_ozone.h
diff --git a/services/ui/surfaces/direct_output_surface_ozone.h b/services/ui/surfaces/direct_output_surface_ozone.h
index 89fe2798a191aa8115e689c956175b5fb853f473..95d05ca3d29e1dfd9da6c503553e76c6bdf1725f 100644
--- a/services/ui/surfaces/direct_output_surface_ozone.h
+++ b/services/ui/surfaces/direct_output_surface_ozone.h
@@ -57,7 +57,7 @@ class DirectOutputSurfaceOzone : public cc::OutputSurface {
void EnsureBackbuffer() override;
void DiscardBackbuffer() override;
void BindFramebuffer() override;
- void SwapBuffers(cc::CompositorFrame frame) override;
+ void SwapBuffers(cc::OutputSurfaceFrame frame) override;
uint32_t GetFramebufferCopyTextureFormat() override;
void Reshape(const gfx::Size& size,
float scale_factor,

Powered by Google App Engine
This is Rietveld 408576698