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

Unified Diff: chrome/browser/chromeos/display/overscan_calibrator.h

Issue 1920263003: Rename gfx::Display/Screen to display::Display/Screen in chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/chromeos/display/overscan_calibrator.h
diff --git a/chrome/browser/chromeos/display/overscan_calibrator.h b/chrome/browser/chromeos/display/overscan_calibrator.h
index 4cd098264ea463efd1abcd4b1084d53467a38aeb..cd4973cf23f19850af7e15fc9323cbc702a1170b 100644
--- a/chrome/browser/chromeos/display/overscan_calibrator.h
+++ b/chrome/browser/chromeos/display/overscan_calibrator.h
@@ -9,7 +9,7 @@
#include "base/macros.h"
#include "ui/compositor/layer_delegate.h"
-#include "ui/gfx/display.h"
+#include "ui/display/display.h"
#include "ui/gfx/geometry/insets.h"
#include "ui/gfx/geometry/rect.h"
@@ -23,7 +23,7 @@ namespace chromeos {
// calibrating display overscan settings.
class OverscanCalibrator : public ui::LayerDelegate {
public:
- OverscanCalibrator(const gfx::Display& target_display,
+ OverscanCalibrator(const display::Display& target_display,
const gfx::Insets& initial_insets);
~OverscanCalibrator() override;
@@ -48,7 +48,7 @@ class OverscanCalibrator : public ui::LayerDelegate {
base::Closure PrepareForLayerBoundsChange() override;
// The target display.
- const gfx::Display display_;
+ const display::Display display_;
// The current insets.
gfx::Insets insets_;
« no previous file with comments | « chrome/browser/chromeos/display/output_protection_delegate.cc ('k') | chrome/browser/chromeos/display/overscan_calibrator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698