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

Unified Diff: ui/views/examples/examples_main.cc

Issue 1939563002: Rename gfx::Display/Screen to display::Display/Screen in ui/views (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
« no previous file with comments | « no previous file | ui/views/mus/screen_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/examples_main.cc
diff --git a/ui/views/examples/examples_main.cc b/ui/views/examples/examples_main.cc
index 206bcda6cb9fc86436acc3b3906615b55ab295c7..8151ed723141a25c90002a65b3eef3430c0d3892 100644
--- a/ui/views/examples/examples_main.cc
+++ b/ui/views/examples/examples_main.cc
@@ -97,7 +97,8 @@ int main(int argc, char** argv) {
wm::WMState wm_state;
#endif
#if !defined(OS_CHROMEOS) && defined(USE_AURA)
- std::unique_ptr<gfx::Screen> desktop_screen(views::CreateDesktopScreen());
+ std::unique_ptr<display::Screen> desktop_screen(
+ views::CreateDesktopScreen());
display::Screen::SetScreenInstance(desktop_screen.get());
#endif
« no previous file with comments | « no previous file | ui/views/mus/screen_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698