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

Unified Diff: media/base/android/mock_media_codec_bridge.h

Issue 2813303003: Add AndroidVideoSurfaceChooser to manage overlays. (Closed)
Patch Set: fixed dereference of base::Optional 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 | « media/base/android/mock_android_overlay.cc ('k') | media/base/android/test_destruction_observable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/mock_media_codec_bridge.h
diff --git a/media/base/android/mock_media_codec_bridge.h b/media/base/android/mock_media_codec_bridge.h
index e7219cb24d9773b11c18d275f25cdebeeac63a7c..54a1f412152533a6360923a9566580ee46fed393 100644
--- a/media/base/android/mock_media_codec_bridge.h
+++ b/media/base/android/mock_media_codec_bridge.h
@@ -6,12 +6,14 @@
#define MEDIA_BASE_ANDROID_MOCK_MEDIA_CODEC_BRIDGE_H_
#include "media/base/android/media_codec_bridge.h"
+#include "media/base/android/test_destruction_observable.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace media {
-class MockMediaCodecBridge : public MediaCodecBridge {
+class MockMediaCodecBridge : public MediaCodecBridge,
+ public DestructionObservable {
public:
MockMediaCodecBridge();
~MockMediaCodecBridge() override;
« no previous file with comments | « media/base/android/mock_android_overlay.cc ('k') | media/base/android/test_destruction_observable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698