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

Unified Diff: content/renderer/android/synchronous_compositor_frame_sink.cc

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: content/renderer/android/synchronous_compositor_frame_sink.cc
diff --git a/content/renderer/android/synchronous_compositor_frame_sink.cc b/content/renderer/android/synchronous_compositor_frame_sink.cc
index e69518a35a3b98ce73055bc701ee9c38e1b8e9c2..2f39e06692edf0dd0611963c0bde67894d0cc164 100644
--- a/content/renderer/android/synchronous_compositor_frame_sink.cc
+++ b/content/renderer/android/synchronous_compositor_frame_sink.cc
@@ -90,7 +90,8 @@ class SynchronousCompositorFrameSink::SoftwareOutputSurface
void Reshape(const gfx::Size& size,
float scale_factor,
const gfx::ColorSpace& color_space,
- bool has_alpha) override {}
+ bool has_alpha,
+ bool use_stencil) override {}
uint32_t GetFramebufferCopyTextureFormat() override { return 0; }
cc::OverlayCandidateValidator* GetOverlayCandidateValidator() const override {
return nullptr;
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | services/ui/surfaces/display_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698