Index: third_party/WebKit/Source/platform/graphics/ImageOrientation.h |
diff --git a/third_party/WebKit/Source/platform/graphics/ImageOrientation.h b/third_party/WebKit/Source/platform/graphics/ImageOrientation.h |
index 562ae8540fa115a45dba5a0d58c3cf9e837e0cc4..f3a92637ac298828956074ea35b90707ebe035da 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageOrientation.h |
+++ b/third_party/WebKit/Source/platform/graphics/ImageOrientation.h |
@@ -47,7 +47,7 @@ enum ImageOrientationEnum { |
OriginRightTop = 6, // 90 degree CW rotation |
OriginRightBottom = 7, // mirror along x-axis + 90 degree CW rotation |
OriginLeftBottom = 8, // 270 degree CW rotation |
- // All other values are "reserved" as of EXIF 2.2 |
+ // All other values are "reserved" as of EXIF 2.2 |
DefaultImageOrientation = OriginTopLeft, |
ImageOrientationEnumEnd = OriginLeftBottom + 1, |
}; |