| Index: third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
|
| index 5b1b786874eb89a5bddd76087fd7e78ce709e88d..6530b9556d686ae79de5abd4cd1eb0289eb3f667 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
|
| @@ -44,7 +44,7 @@ void TestMergeBuffer(DecoderCreator create_decoder,
|
| const char* dir,
|
| const char* file);
|
|
|
| -// |skippingStep| is used to randomize the decoding order. For images with
|
| +// |skipping_step| is used to randomize the decoding order. For images with
|
| // a small number of frames (e.g. < 10), this value should be smaller, on the
|
| // order of (number of frames) / 2.
|
| void TestRandomFrameDecode(DecoderCreator,
|
| @@ -55,7 +55,7 @@ void TestRandomFrameDecode(DecoderCreator,
|
| const char* file,
|
| size_t skipping_step = 5);
|
|
|
| -// |skippingStep| is used to randomize the decoding order. For images with
|
| +// |skipping_step| is used to randomize the decoding order. For images with
|
| // a small number of frames (e.g. < 10), this value should be smaller, on the
|
| // order of (number of frames) / 2.
|
| void TestRandomDecodeAfterClearFrameBufferCache(DecoderCreator,
|
|
|