diff --git a/webrtc/modules/desktop_capture/desktop_capturer.h b/webrtc/modules/desktop_capture/desktop_capturer.h index 80d910908b..d6da81d9fe 100644 --- a/webrtc/modules/desktop_capture/desktop_capturer.h +++ b/webrtc/modules/desktop_capture/desktop_capturer.h @@ -37,6 +37,8 @@ class DesktopCapturer { // Capture has failed and will keep failing if the caller tries calling // Capture() again. ERROR_PERMANENT, + + MAX_VALUE = ERROR_PERMANENT }; // Interface that must be implemented by the DesktopCapturer consumers.