Chromium Code Reviews| Index: ui/gfx/ozone/surface_factory_ozone.h |
| diff --git a/ui/gfx/ozone/surface_factory_ozone.h b/ui/gfx/ozone/surface_factory_ozone.h |
| index 734c14404689ea410c76fcc55105e6acef9c7281..a7f4cd454c4e46797256f94ad13bb14a8d9b98d9 100644 |
| --- a/ui/gfx/ozone/surface_factory_ozone.h |
| +++ b/ui/gfx/ozone/surface_factory_ozone.h |
| @@ -17,6 +17,7 @@ class GFX_EXPORT SurfaceFactoryOzone { |
| public: |
| // Describes the state of the hardware after initialization. |
| enum HardwareState { |
| + UNINITIALIZED, |
| INITIALIZED, |
| FAILED, |
| }; |