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

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

Issue 2612023002: cc: Implement overdraw feedback debugging feature. (Closed)
Patch Set: make sure overdraw_feedback_ is initialized and reset properly Created 3 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
Index: services/ui/surfaces/display_output_surface_ozone.h
diff --git a/services/ui/surfaces/display_output_surface_ozone.h b/services/ui/surfaces/display_output_surface_ozone.h
index 03c50d78f4b1c40a2d4835780fcec1435edffdf0..0cdea7587e87fd373421699be86087631c77b5b1 100644
--- a/services/ui/surfaces/display_output_surface_ozone.h
+++ b/services/ui/surfaces/display_output_surface_ozone.h
@@ -58,7 +58,8 @@ class DisplayOutputSurfaceOzone : public cc::OutputSurface {
void Reshape(const gfx::Size& size,
float device_scale_factor,
const gfx::ColorSpace& color_space,
- bool has_alpha) override;
+ bool has_alpha,
+ bool use_stencil) override;
void SwapBuffers(cc::OutputSurfaceFrame frame) override;
uint32_t GetFramebufferCopyTextureFormat() override;
cc::OverlayCandidateValidator* GetOverlayCandidateValidator() const override;
« no previous file with comments | « services/ui/surfaces/display_output_surface.cc ('k') | services/ui/surfaces/display_output_surface_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698