| Index: chromecast/base/chromecast_switches.cc
|
| diff --git a/chromecast/base/chromecast_switches.cc b/chromecast/base/chromecast_switches.cc
|
| index b4ffa8742cae0f9eec59b1e00c10d18781ca3354..0516c031315c22ce527b53d56a5827c978a45e79 100644
|
| --- a/chromecast/base/chromecast_switches.cc
|
| +++ b/chromecast/base/chromecast_switches.cc
|
| @@ -78,6 +78,11 @@ const char kAlsaFixedOutputSampleRate[] = "alsa-fixed-output-sample-rate";
|
| // purely on free memory will be used.
|
| const char kMemPressureSystemReservedKb[] = "mem-pressure-system-reserved-kb";
|
|
|
| +// Used to pass initial screen resolution to GPU process. This allows us to set
|
| +// screen size correctly (so no need to resize when first window is created).
|
| +const char kCastInitialScreenWidth[] = "cast-initial-screen-width";
|
| +const char kCastInitialScreenHeight[] = "cast-initial-screen-height";
|
| +
|
| } // namespace switches
|
|
|
| namespace chromecast {
|
|
|