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

Unified Diff: cc/surfaces/surface_display_output_surface.h

Issue 1175703004: cc: DCHECK if SDOS::SwapBuffersComplete is called prematurely (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stack traces Created 5 years, 6 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
« no previous file with comments | « cc/scheduler/scheduler.cc ('k') | cc/surfaces/surface_display_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_display_output_surface.h
diff --git a/cc/surfaces/surface_display_output_surface.h b/cc/surfaces/surface_display_output_surface.h
index c11bb86075de761491ea1dcbf0fc83183fdc972b..f332967f3eabd98e457cb69491db9d8e27e096f3 100644
--- a/cc/surfaces/surface_display_output_surface.h
+++ b/cc/surfaces/surface_display_output_surface.h
@@ -54,6 +54,9 @@ class CC_SURFACES_EXPORT SurfaceDisplayOutputSurface
SurfaceId surface_id_;
SurfaceIdAllocator* allocator_;
+ // TODO(brianderson): Remove this after solving crbug.com/495650
+ int inside_swap_buffers_;
+
DISALLOW_COPY_AND_ASSIGN(SurfaceDisplayOutputSurface);
};
« no previous file with comments | « cc/scheduler/scheduler.cc ('k') | cc/surfaces/surface_display_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698