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

Unified Diff: chromecast/base/chromecast_switches.h

Issue 2119583002: [Chromecast] Set Cast Ozone display size correctly first time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | chromecast/base/chromecast_switches.cc » ('j') | chromecast/base/chromecast_switches.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/chromecast_switches.h
diff --git a/chromecast/base/chromecast_switches.h b/chromecast/base/chromecast_switches.h
index 9e0c25322a326c64563e79b3d859c49237f27e1f..15b7302553641f856eaf2aa71caa0bbcf387f39a 100644
--- a/chromecast/base/chromecast_switches.h
+++ b/chromecast/base/chromecast_switches.h
@@ -50,6 +50,10 @@ extern const char kAlsaFixedOutputSampleRate[];
// Memory pressure switches
extern const char kMemPressureSystemReservedKb[];
+// GPU switches
+extern const char kInitialScreenWidth[];
+extern const char kInitialScreenHeight[];
+
} // namespace switches
namespace chromecast {
« no previous file with comments | « no previous file | chromecast/base/chromecast_switches.cc » ('j') | chromecast/base/chromecast_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698