| Index: webrtc/modules/desktop_capture/desktop_capturer.h
|
| diff --git a/webrtc/modules/desktop_capture/desktop_capturer.h b/webrtc/modules/desktop_capture/desktop_capturer.h
|
| index 47f78dc3ff411510aabc417045419e010605487b..9c2b8c308a92d65b135f20cd1a925e687dec904a 100644
|
| --- a/webrtc/modules/desktop_capture/desktop_capturer.h
|
| +++ b/webrtc/modules/desktop_capture/desktop_capturer.h
|
| @@ -28,11 +28,6 @@ class DesktopCapturer {
|
| // Interface that must be implemented by the DesktopCapturer consumers.
|
| class Callback {
|
| public:
|
| - // Deprecated.
|
| - // TODO(sergeyu): Remove this method once all references to it are removed
|
| - // from chromium.
|
| - virtual SharedMemory* CreateSharedMemory(size_t size) { return nullptr; }
|
| -
|
| // Called after a frame has been captured. Handler must take ownership of
|
| // |frame|. If capture has failed for any reason |frame| is set to NULL
|
| // (e.g. the window has been closed).
|
|
|