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

Unified Diff: content/browser/compositor/offscreen_browser_compositor_output_surface.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/browser/compositor/offscreen_browser_compositor_output_surface.cc
diff --git a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
index a4e2e14e81531fcfeac8345253bebd4219e16488..8e4827ab513a8f47e4a37147d69ac5b7c0947404 100644
--- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
+++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
@@ -111,7 +111,8 @@ void OffscreenBrowserCompositorOutputSurface::Reshape(
const gfx::Size& size,
float scale_factor,
const gfx::ColorSpace& color_space,
- bool alpha) {
+ bool alpha,
+ bool stencil) {
reshape_size_ = size;
DiscardBackbuffer();
EnsureBackbuffer();

Powered by Google App Engine
This is Rietveld 408576698