// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_VIDEO_MOCK_VIDEO_ENCODE_ACCELERATOR_H_ #define MEDIA_VIDEO_MOCK_VIDEO_ENCODE_ACCELERATOR_H_ #include "media/video/video_encode_accelerator.h" #include "media/base/bitstream_buffer.h" #include "testing/gmock/include/gmock/gmock.h" namespace media { class MockVideoEncodeAccelerator : public VideoEncodeAccelerator { … }; } // namespace media #endif // MEDIA_VIDEO_MOCK_VIDEO_ENCODE_ACCELERATOR_H_