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

Unified Diff: headless/lib/browser/headless_browser_main_parts.cc

Issue 1940633002: Rename gfx::Display/Screen to display::Display/Screen in headless (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 | « headless/DEPS ('k') | headless/lib/browser/headless_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_browser_main_parts.cc
diff --git a/headless/lib/browser/headless_browser_main_parts.cc b/headless/lib/browser/headless_browser_main_parts.cc
index f3051ae159ec1e6a907a68c4c351baada9a9694e..7a2ed47f028c4a2051ba9b81c14940ef76aeb80c 100644
--- a/headless/lib/browser/headless_browser_main_parts.cc
+++ b/headless/lib/browser/headless_browser_main_parts.cc
@@ -10,7 +10,7 @@
#include "headless/lib/browser/headless_devtools.h"
#include "headless/lib/browser/headless_screen.h"
#include "ui/aura/env.h"
-#include "ui/gfx/screen.h"
+#include "ui/display/screen.h"
namespace headless {
@@ -18,7 +18,7 @@ namespace {
void PlatformInitialize() {
HeadlessScreen* screen = HeadlessScreen::Create(gfx::Size());
- gfx::Screen::SetScreenInstance(screen);
+ display::Screen::SetScreenInstance(screen);
}
void PlatformExit() {
« no previous file with comments | « headless/DEPS ('k') | headless/lib/browser/headless_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698