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

Unified Diff: cc/output/gl_renderer.h

Issue 69343005: Added preliminary support for tile rasterization with Ganesh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
Index: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index 956644ba0e30f2c18ea995e818393fd623885b42..17ff91c2390bafff6a69aa417c0a231a6a9a62a1 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -432,6 +432,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
bool is_using_bind_uniform_;
bool visible_;
bool is_scissor_enabled_;
+ bool scissor_rect_needs_reset_;
bool stencil_shadow_;
bool blend_shadow_;
unsigned program_shadow_;

Powered by Google App Engine
This is Rietveld 408576698