Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/ImageBitmap.h |
| diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.h b/third_party/WebKit/Source/core/frame/ImageBitmap.h |
| index 018ac226f9075d838b1fc8f3f8030fae45962045..9db5893b88b2e67d24b440f5ed564001087e7aee 100644 |
| --- a/third_party/WebKit/Source/core/frame/ImageBitmap.h |
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmap.h |
| @@ -33,6 +33,7 @@ enum AlphaDisposition { |
| enum DataColorFormat { |
| RGBAColorType, |
| N32ColorType, |
| + F16ColorType, |
| }; |
| enum ColorSpaceInfoUpdate { |
| UpdateColorSpaceInformation, |