| Index: third_party/WebKit/public/platform/WebImage.h
|
| diff --git a/third_party/WebKit/public/platform/WebImage.h b/third_party/WebKit/public/platform/WebImage.h
|
| index b489e862a72f0e8694e5e011885571af1d91afef..023c01a951767247436920f2e97fc6d2da04184e 100644
|
| --- a/third_party/WebKit/public/platform/WebImage.h
|
| +++ b/third_party/WebKit/public/platform/WebImage.h
|
| @@ -68,8 +68,8 @@ class WebImage {
|
| BLINK_PLATFORM_EXPORT static WebImage fromData(const WebData&,
|
| const WebSize& desiredSize);
|
|
|
| - // Returns a list of all frames in the image. Only the first frame at each pixel
|
| - // size will be returned.
|
| + // Returns a list of all frames in the image. Only the first frame at each
|
| + // pixel size will be returned.
|
| BLINK_PLATFORM_EXPORT static WebVector<WebImage> framesFromData(
|
| const WebData&);
|
|
|
|
|