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

Unified Diff: third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp

Issue 2217463003: Color profile layout test cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/LayoutTests/media/color-profile-video-seek-object-fit.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
diff --git a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
index 83259b1d8b7146f0900268232dbc98af271cfa61..f264ea7828d995dc12c5148488e71187a98a6c3a 100644
--- a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
+++ b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
@@ -356,7 +356,7 @@ int main(int argc, char* argv[])
public:
void screenColorProfile(WebVector<char>* profile) override
{
- getScreenColorProfile(profile); // Returns a whacked color profile.
+ getScreenColorProfile(profile); // Returns a color spin color profile.
}
};
« no previous file with comments | « third_party/WebKit/LayoutTests/media/color-profile-video-seek-object-fit.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698