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

Unified Diff: webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.h

Issue 2697453002: [DesktopCapturer] FallbackDesktopCapturerWrapper and its tests (Closed)
Patch Set: Created 3 years, 10 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
Index: webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.h
diff --git a/webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.h b/webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.h
index 0747a4ea1fb0d55c36b535f2283c8b978409d0db..ed825dde1dc9d5241215376e3b58483097f4080e 100644
--- a/webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.h
+++ b/webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.h
@@ -26,8 +26,8 @@ namespace webrtc {
//
// This class marks entire frame as updated if the frame size or frame stride
// has been changed.
-class DesktopCapturerDifferWrapper : public DesktopCapturer,
- public DesktopCapturer::Callback {
+class DesktopCapturerDifferWrapper final : public DesktopCapturer,
+ private DesktopCapturer::Callback {
Jamie 2017/02/15 18:43:48 IIRC, private inheritance is not allowed in Chromi
Hzj_jie 2017/02/15 21:20:36 I have not noticed this guide. Since using private
public:
// Creates a DesktopCapturerDifferWrapper with a DesktopCapturer
// implementation, and takes its ownership.

Powered by Google App Engine
This is Rietveld 408576698