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

Unified Diff: cc/output/gl_renderer.h

Issue 2516063002: Always restore GL scissor box in GLRenderer::RestoreGLState() (Closed)
Patch Set: fix tests for real (why do you want me to suffer, GetIntegerv?) Created 4 years, 1 month 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 | « no previous file | cc/output/gl_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index e666633cfa09458037c854466a1bdd9dd5f4fb9b..bf006374e7d8b60dc4ed215f9071ae2490a0a48b 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -496,7 +496,6 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
gfx::Rect scissor_rect_;
bool is_using_bind_uniform_;
bool is_scissor_enabled_;
- bool scissor_rect_needs_reset_;
bool stencil_shadow_;
bool blend_shadow_;
unsigned program_shadow_;
« no previous file with comments | « no previous file | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698