| Index: media/capture/video/linux/video_capture_device_chromeos.h
|
| diff --git a/media/capture/video/linux/video_capture_device_chromeos.h b/media/capture/video/linux/video_capture_device_chromeos.h
|
| index 8b5fafcd01608287f36138e3aaa82b12623565e2..fce29885e33295bfe3a315561add1feb54588aac 100644
|
| --- a/media/capture/video/linux/video_capture_device_chromeos.h
|
| +++ b/media/capture/video/linux/video_capture_device_chromeos.h
|
| @@ -12,6 +12,10 @@ namespace gfx {
|
| class Display;
|
| } // namespace gfx
|
|
|
| +namespace display {
|
| +using Display = gfx::Display;
|
| +} // namespace display
|
| +
|
| namespace media {
|
|
|
| // This class is functionally the same as VideoCaptureDeviceLinux, with the
|
| @@ -27,7 +31,7 @@ class VideoCaptureDeviceChromeOS : public VideoCaptureDeviceLinux {
|
| private:
|
| class ScreenObserverDelegate;
|
|
|
| - void SetDisplayRotation(const gfx::Display& display);
|
| + void SetDisplayRotation(const display::Display& display);
|
| scoped_refptr<ScreenObserverDelegate> screen_observer_delegate_;
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(VideoCaptureDeviceChromeOS);
|
| };
|
|
|