Update V8 to version 4.7.56.
[chromium-blink-merge.git] / media / base / android / media_common_android.h
blobc86f21fc8e6f7dec7369d38e31f198bd79af19d2
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef MEDIA_BASE_ANDROID_MEDIA_COMMON_ANDROID_H_
6 #define MEDIA_BASE_ANDROID_MEDIA_COMMON_ANDROID_H_
8 namespace media {
10 // Time update message is sent to the render process every 100ms.
11 static const int kTimeUpdateInterval = 100;
13 } // namespace media
15 #endif // MEDIA_BASE_ANDROID_MEDIA_COMMON_ANDROID_H_