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

Unified Diff: third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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/graphics/BitmapImageTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
index 60e9fc9ecc7100329b5e0598683535cfea7ca4f8..eb5de1a909716bea14bfc45f370fd9f8c6ddd291 100644
--- a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
@@ -105,7 +105,7 @@ public:
{
// In the context of this test, the following loop will give the correct result, but only because the test
// forces all frames to be decoded in loadImage() above. There is no general guarantee that frameDecodedSize()
- // is up-to-date. Because of how multi frame images (like GIF) work, requesting one frame to be decoded may
+ // is up to date. Because of how multi frame images (like GIF) work, requesting one frame to be decoded may
// require other previous frames to be decoded as well. In those cases frameDecodedSize() wouldn't return the
// correct thing for the previous frame because the decoded size wouldn't have propagated upwards to the
// BitmapImage frame cache.

Powered by Google App Engine
This is Rietveld 408576698