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

Unified Diff: gpu/command_buffer/tests/gl_manager.h

Issue 169403005: command_buffer: Implement path rendering functions for CHROMIUM_path_rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nv-pr-02-texgen
Patch Set: improve parameter validation and write up the extension .txt file Created 6 years, 8 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: gpu/command_buffer/tests/gl_manager.h
diff --git a/gpu/command_buffer/tests/gl_manager.h b/gpu/command_buffer/tests/gl_manager.h
index 6eb5909515907615d3d11b8d7ba285089a95f552..bc240142fdbe729f540e4dd281d0e503212101dc 100644
--- a/gpu/command_buffer/tests/gl_manager.h
+++ b/gpu/command_buffer/tests/gl_manager.h
@@ -45,6 +45,8 @@ class GLManager {
Options();
// The size of the backbuffer.
gfx::Size size;
+ // The amount of stencil buffer bits. Default is -1, no stencil buffer.
+ int stencil_size;
// If not null will share resources with this context.
GLManager* share_group_manager;
// If not null will share a mailbox manager with this context.

Powered by Google App Engine
This is Rietveld 408576698