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. |