Index: cc/output/gl_renderer.h |
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h |
index ea73b6f881e7d7958bedf7afcb51bf3141c0340f..20bf49a49797805250e2f80ce269315dae34ff80 100644 |
--- a/cc/output/gl_renderer.h |
+++ b/cc/output/gl_renderer.h |
@@ -350,6 +350,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer { |
ColorLUTCache color_lut_cache_; |
bool use_occlusion_query_; |
+ bool use_swap_with_bounds_; |
danakj
2017/02/16 18:54:19
can you group these two use_ with the other use_ a
danakj
2017/02/16 18:54:19
can be const
halliwell
2017/02/23 18:01:46
I grouped them. Making them all const is a bit ve
danakj
2017/02/24 22:05:18
Ah, right, good points, what u did seems good
|
unsigned offscreen_stencil_renderbuffer_id_ = 0; |
gfx::Size offscreen_stencil_renderbuffer_size_; |