| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| index fe8d37adb76ca2659f9788063a4fa158fd39b8ed..67a7abe0163456f207cfde8c50fc8efd17556d1e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| @@ -609,7 +609,7 @@ TEST(DrawingBufferDepthStencilTest, packedDepthStencilSupported)
|
| DepthStencilTestCase(true, true, true, 1, "both"),
|
| };
|
|
|
| - for (size_t i = 0; i < arraysize(cases); i++) {
|
| + for (size_t i = 0; i < WTF_ARRAY_LENGTH(cases); i++) {
|
| SCOPED_TRACE(cases[i].testCaseName);
|
| OwnPtr<DepthStencilTrackingContext> context = adoptPtr(new DepthStencilTrackingContext);
|
| DepthStencilTrackingContext* trackingContext = context.get();
|
|
|