| Index: media/base/media_switches.h
|
| diff --git a/media/base/media_switches.h b/media/base/media_switches.h
|
| index af4b60a0f8ba63778c528693350de07477a2fd24..1a1522f043c958100f3881f1ec5786d7f82b6d06 100644
|
| --- a/media/base/media_switches.h
|
| +++ b/media/base/media_switches.h
|
| @@ -44,6 +44,10 @@ MEDIA_EXPORT extern const char kEnableEac3Playback[];
|
| MEDIA_EXPORT extern const char kWaveOutBuffers[];
|
| #endif
|
|
|
| +#if defined(GOOGLE_TV)
|
| +MEDIA_EXPORT extern const char kUseExternalVideoSurfaceThresholdInPixels[];
|
| +#endif
|
| +
|
| } // namespace switches
|
|
|
| #endif // MEDIA_BASE_MEDIA_SWITCHES_H_
|
|
|