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

Unified Diff: third_party/WebKit/Source/platform/exported/WebImage.cpp

Issue 2390833002: reflow comments in platform/{animation,blob,clipboard,exported} (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
Index: third_party/WebKit/Source/platform/exported/WebImage.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebImage.cpp b/third_party/WebKit/Source/platform/exported/WebImage.cpp
index fca1310bf57917677bbde99133a709bd867d7411..87871fa3880526b3fb87c3afeb7cf29dccdb87a9 100644
--- a/third_party/WebKit/Source/platform/exported/WebImage.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebImage.cpp
@@ -79,7 +79,8 @@ WebImage WebImage::fromData(const WebData& data, const WebSize& desiredSize) {
}
WebVector<WebImage> WebImage::framesFromData(const WebData& data) {
- // This is to protect from malicious images. It should be big enough that it's never hit in pracice.
+ // This is to protect from malicious images. It should be big enough that it's
+ // never hit in practice.
const size_t maxFrameCount = 8;
RefPtr<SharedBuffer> buffer = PassRefPtr<SharedBuffer>(data);

Powered by Google App Engine
This is Rietveld 408576698