Chromium Code Reviews| Index: cc/trees/layer_tree_host_impl.h |
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
| index f02a36c93d9f84b42c6df08717ce4986ccd47332..a6685d13db98e8e1d25b5bde9bcf9367e906d70a 100644 |
| --- a/cc/trees/layer_tree_host_impl.h |
| +++ b/cc/trees/layer_tree_host_impl.h |
| @@ -85,7 +85,6 @@ enum class GpuRasterizationStatus { |
| OFF_DEVICE, |
| OFF_VIEWPORT, |
| MSAA_CONTENT, |
| - OFF_CONTENT |
| }; |
| // LayerTreeHost->Proxy callback interface. |