| Index: webrtc/tools/frame_editing/frame_editing_unittest.cc
|
| diff --git a/webrtc/tools/frame_editing/frame_editing_unittest.cc b/webrtc/tools/frame_editing/frame_editing_unittest.cc
|
| index d61ec00bd78009e85cd6f6b6a1af09d52264a12b..2e43545230d6686578b1e1e7aecda64a720c7c16 100644
|
| --- a/webrtc/tools/frame_editing/frame_editing_unittest.cc
|
| +++ b/webrtc/tools/frame_editing/frame_editing_unittest.cc
|
| @@ -24,7 +24,7 @@ namespace test {
|
|
|
| const int kWidth = 352;
|
| const int kHeight = 288;
|
| -const size_t kFrameSize = CalcBufferSize(kI420, kWidth, kHeight);
|
| +const size_t kFrameSize = CalcBufferSize(VideoType::kI420, kWidth, kHeight);
|
|
|
| class FrameEditingTest : public ::testing::Test {
|
| protected:
|
|
|