| Index: include/views/SkOSWindow_Unix.h
|
| diff --git a/include/views/SkOSWindow_Unix.h b/include/views/SkOSWindow_Unix.h
|
| index d7fcf6e3928663fdd9a9cd4af424fa3a081d3d2b..ecd0a145212d8245771ac6c139dae792f6d8195e 100644
|
| --- a/include/views/SkOSWindow_Unix.h
|
| +++ b/include/views/SkOSWindow_Unix.h
|
| @@ -39,6 +39,9 @@ public:
|
| #if SK_ANGLE
|
| kANGLE_BackEndType,
|
| #endif // SK_ANGLE
|
| +#if SK_COMMAND_BUFFER
|
| + kCommandBuffer_BackEndType,
|
| +#endif // SK_COMMAND_BUFFER
|
| };
|
|
|
| bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
|
|
|