Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: ui/gfx/ozone/surface_factory_ozone.h

Issue 26849004: [Ozone] Adding a software rendering implementation of SurfaceFactoryOzone (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments & fixed corner case Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
};

Powered by Google App Engine
This is Rietveld 408576698