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

Unified Diff: media/capture/video/linux/video_capture_device_chromeos.h

Issue 1928143002: Rename gfx::Display/Screen to display::Display/Screen in chromecast/blimp/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update blimp's gn for recent gn change Created 4 years, 8 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
« no previous file with comments | « media/capture/BUILD.gn ('k') | media/capture/video/linux/video_capture_device_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « media/capture/BUILD.gn ('k') | media/capture/video/linux/video_capture_device_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698