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

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageOrientation.h

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: 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,
};

Powered by Google App Engine
This is Rietveld 408576698