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

Unified Diff: content/shell/browser/shell.h

Issue 1185173003: Add support for DisplayConfigurator for content_shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-ozone-platform-flags
Patch Set: Created 5 years, 6 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 | « content/shell/DEPS ('k') | content/shell/browser/shell_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index de193c042bd1c334676ad34c583c049ab8b4f1d6..87d5cc5a0ced30f84e1c7f645cc71f425a2b1482 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -25,6 +25,9 @@
namespace gfx {
class Screen;
}
+namespace ui {
+class DisplayConfigurator;
+}
namespace wm {
class WMTestHelper;
}
@@ -232,6 +235,7 @@ class Shell : public WebContentsDelegate,
#elif defined(USE_AURA)
#if defined(OS_CHROMEOS)
static wm::WMTestHelper* wm_test_helper_;
+ static ui::DisplayConfigurator* display_configurator_;
static gfx::Screen* test_screen_;
#endif
#if defined(TOOLKIT_VIEWS)
« no previous file with comments | « content/shell/DEPS ('k') | content/shell/browser/shell_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698