Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / browser / media / capture / desktop_capture_device.h
index ecfbf25..a9c3f00 100644 (file)
@@ -35,12 +35,12 @@ class CONTENT_EXPORT DesktopCaptureDevice : public media::VideoCaptureDevice {
   static scoped_ptr<media::VideoCaptureDevice> Create(
       const DesktopMediaID& source);
 
-  virtual ~DesktopCaptureDevice();
+  ~DesktopCaptureDevice() override;
 
   // VideoCaptureDevice interface.
-  virtual void AllocateAndStart(const media::VideoCaptureParams& params,
-                                scoped_ptr<Client> client) OVERRIDE;
-  virtual void StopAndDeAllocate() OVERRIDE;
+  void AllocateAndStart(const media::VideoCaptureParams& params,
+                        scoped_ptr<Client> client) override;
+  void StopAndDeAllocate() override;
 
   // Set the platform-dependent window id for the notification window.
   void SetNotificationWindowId(gfx::NativeViewId window_id);