Chromium Code Reviews| Index: cc/output/output_surface.h |
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h |
| index f135e508521aa838dca8384015e4044c5513780a..0b0680040387ba622e9320335f460f17426dad8d 100644 |
| --- a/cc/output/output_surface.h |
| +++ b/cc/output/output_surface.h |
| @@ -92,6 +92,7 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider { |
| } |
| virtual bool HasExternalStencilTest() const; |
|
aelias_OOO_until_Jul13
2016/01/06 23:43:36
Maybe this could be replaced by a bool returned fr
boliu
2016/01/07 15:42:43
Then there is no way to do this DCHECK in software
|
| + virtual void ApplyExternalStencil(); |
| // Obtain the 3d context or the software device associated with this output |
| // surface. Either of these may return a null pointer, but not both. |