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

Unified Diff: third_party/WebKit/public/web/WebImageDecoder.h

Issue 2388103002: reflow comments in public/web (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/public/web/WebHitTestResult.h ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebImageDecoder.h
diff --git a/third_party/WebKit/public/web/WebImageDecoder.h b/third_party/WebKit/public/web/WebImageDecoder.h
index 8687ce12d24c30d58632397a81fe293f77b03b44..9b18fb00dae7d7a9042dd51ac8e09c1afd016e41 100644
--- a/third_party/WebKit/public/web/WebImageDecoder.h
+++ b/third_party/WebKit/public/web/WebImageDecoder.h
@@ -65,7 +65,8 @@ class WebImageDecoder : public WebNonCopyable {
// Returns the size of the image.
BLINK_EXPORT WebSize size() const;
- // Gives frame count for the image. For multiple frames, decoder scans the image data for the count.
+ // Gives frame count for the image. For multiple frames, decoder scans the
+ // image data for the count.
BLINK_EXPORT size_t frameCount() const;
// Returns if the frame at given index is completely decoded.
« no previous file with comments | « third_party/WebKit/public/web/WebHitTestResult.h ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698