Index: media/capture/video/video_frame_receiver.h |
diff --git a/media/capture/video/video_frame_receiver.h b/media/capture/video/video_frame_receiver.h |
index 9faaf476b8b1df5982df636605af440872d0a249..30d29ff1986ba7f2c80b30fbb317ebb2c4d954c9 100644 |
--- a/media/capture/video/video_frame_receiver.h |
+++ b/media/capture/video/video_frame_receiver.h |
@@ -53,6 +53,8 @@ class CAPTURE_EXPORT VideoFrameReceiver { |
virtual void OnError() = 0; |
virtual void OnLog(const std::string& message) = 0; |
virtual void OnStarted() = 0; |
+ virtual void OnStartedUsingGpuDecode(){}; |
+ virtual void OnStoppedUsingGpuDecode(){}; |
}; |
} // namespace media |