Chromium Code Reviews| Index: media/base/media_switches.h |
| diff --git a/media/base/media_switches.h b/media/base/media_switches.h |
| index af4b60a0f8ba63778c528693350de07477a2fd24..945410a197436edd08e8d0ab8c25b93a1a014575 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(OS_ANDROID) |
| +MEDIA_EXPORT extern const char kUseExternalVideoSurfaceThresholdInPixels[]; |
|
Ami GONE FROM CHROMIUM
2013/05/08 21:43:14
AFAICT the only use site is under a GOOGLE_TV #ifd
|
| +#endif |
| + |
| } // namespace switches |
| #endif // MEDIA_BASE_MEDIA_SWITCHES_H_ |