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

Unified Diff: extensions/shell/browser/shell_display_info_provider.h

Issue 1924133002: Rename gfx::Display/Screen to display::Display/Screen in extensions (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: extensions/shell/browser/shell_display_info_provider.h
diff --git a/extensions/shell/browser/shell_display_info_provider.h b/extensions/shell/browser/shell_display_info_provider.h
index 65137f80e8e2512e51b37c1357c7ec11699184c4..40c768e000a081c611248134f584e2e66563aa6c 100644
--- a/extensions/shell/browser/shell_display_info_provider.h
+++ b/extensions/shell/browser/shell_display_info_provider.h
@@ -20,7 +20,7 @@ class ShellDisplayInfoProvider : public DisplayInfoProvider {
const api::system_display::DisplayProperties& info,
std::string* error) override;
void UpdateDisplayUnitInfoForPlatform(
- const gfx::Display& display,
+ const display::Display& display,
extensions::api::system_display::DisplayUnitInfo* unit) override;
private:
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller_aura.cc ('k') | extensions/shell/browser/shell_display_info_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698