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

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

Issue 2819293003: Fix more g_k_* symbols after blink rename. (Closed)
Patch Set: Created 3 years, 8 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/Source/platform/feature_policy/FeaturePolicyTest.cpp ('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/graphics/BitmapImageTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
index 419f214a1627a3a90be56f54e724dae70583d4fc..9f43a3f0f3b216c9ebb70232e1ebebb3abc25969 100644
--- a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
@@ -309,8 +309,8 @@ TEST_P(DecodedImageOrientationHistogramTest, ImageOrientation) {
RunTest("Blink.DecodedImage.Orientation");
}
-DecodedImageOrientationHistogramTest::ParamType
- g_k_decoded_image_orientation_histogram_test_params[] = {
+const DecodedImageOrientationHistogramTest::ParamType
+ kDecodedImageOrientationHistogramTestParams[] = {
{"/LayoutTests/images/resources/exif-orientation-1-ul.jpg",
kOriginTopLeft},
{"/LayoutTests/images/resources/exif-orientation-2-ur.jpg",
@@ -331,6 +331,6 @@ DecodedImageOrientationHistogramTest::ParamType
INSTANTIATE_TEST_CASE_P(
DecodedImageOrientationHistogramTest,
DecodedImageOrientationHistogramTest,
- ::testing::ValuesIn(g_k_decoded_image_orientation_histogram_test_params));
+ ::testing::ValuesIn(kDecodedImageOrientationHistogramTestParams));
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/feature_policy/FeaturePolicyTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698