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

Unified Diff: third_party/WebKit/public/platform/WebImage.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: nit Created 4 years, 2 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/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&);
« no previous file with comments | « third_party/WebKit/public/platform/WebGestureCurveTarget.h ('k') | third_party/WebKit/public/platform/WebInputEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698