| 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;
|
| + 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.
|
|
|