| Index: ui/gl/gl_image.h
|
| diff --git a/ui/gl/gl_image.h b/ui/gl/gl_image.h
|
| index be3d6f4c3918cf0fb683ac08e4535c18a11849ea..3e34bbf32b0be0c3e8ec001de8c1493c8c90bc5a 100644
|
| --- a/ui/gl/gl_image.h
|
| +++ b/ui/gl/gl_image.h
|
| @@ -93,7 +93,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, DXGI_IMAGE };
|
| + enum class Type { NONE, MEMORY, IOSURFACE, DXGI_IMAGE };
|
| virtual Type GetType() const;
|
|
|
| protected:
|
|
|