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

Unified Diff: chrome/browser/chromeos/accessibility/chromevox_panel.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/accessibility/chromevox_panel.h
diff --git a/chrome/browser/chromeos/accessibility/chromevox_panel.h b/chrome/browser/chromeos/accessibility/chromevox_panel.h
index f05ecc9d4735e5905698767c787581e5dc7ff051..fb761f1a4917aaa3046fb840309fc042b043c04b 100644
--- a/chrome/browser/chromeos/accessibility/chromevox_panel.h
+++ b/chrome/browser/chromeos/accessibility/chromevox_panel.h
@@ -8,7 +8,7 @@
#include <stdint.h>
#include "base/macros.h"
-#include "ui/gfx/display_observer.h"
+#include "ui/display/display_observer.h"
#include "ui/views/widget/widget_delegate.h"
class ChromeVoxPanelWebContentsObserver;
@@ -22,7 +22,7 @@ class Widget;
}
class ChromeVoxPanel : public views::WidgetDelegate,
- public gfx::DisplayObserver {
+ public display::DisplayObserver {
public:
explicit ChromeVoxPanel(content::BrowserContext* browser_context);
~ChromeVoxPanel() override;
@@ -45,9 +45,9 @@ class ChromeVoxPanel : public views::WidgetDelegate,
views::View* GetContentsView() override;
// DisplayObserver overrides;
- void OnDisplayAdded(const gfx::Display& new_display) override {}
- void OnDisplayRemoved(const gfx::Display& old_display) override {}
- void OnDisplayMetricsChanged(const gfx::Display& display,
+ void OnDisplayAdded(const display::Display& new_display) override {}
+ void OnDisplayRemoved(const display::Display& old_display) override {}
+ void OnDisplayMetricsChanged(const display::Display& display,
uint32_t changed_metrics) override;
private:
« no previous file with comments | « chrome/browser/banners/app_banner_manager.cc ('k') | chrome/browser/chromeos/accessibility/chromevox_panel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698