Index: ui/gl/gl_image.h |
diff --git a/ui/gl/gl_image.h b/ui/gl/gl_image.h |
index 44680193317aad5c031eff3ca9381ef83fac0e0f..f0d08423a6f1f3206138c8d50b22e87b325bca4b 100644 |
--- a/ui/gl/gl_image.h |
+++ b/ui/gl/gl_image.h |
@@ -86,10 +86,7 @@ class GL_EXPORT GLImage : public base::RefCounted<GLImage> { |
virtual bool EmulatingRGB() const; |
// An identifier for subclasses. Necessary for safe downcasting. |
- enum class Type { |
- NONE, |
- IOSURFACE |
- }; |
+ enum class Type { NONE, IOSURFACE, DXGI_IMAGE }; |
virtual Type GetType() const; |
protected: |