| Index: third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp b/third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp
|
| index 93e46447fea1a8c5e1f1342f26570df93eac10b1..c78ca06adf55519eb007fe80af2fdadbe5fb76e3 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp
|
| @@ -53,6 +53,8 @@ AffineTransform ImageOrientation::transformFromDefault(const FloatSize& drawnSiz
|
| return AffineTransform( 0, -1, -1, 0, w, h);
|
| case OriginLeftBottom:
|
| return AffineTransform( 0, -1, 1, 0, 0, h);
|
| + default:
|
| + ASSERT_NOT_REACHED();
|
| }
|
|
|
| ASSERT_NOT_REACHED();
|
|
|