15 lines
403 B
C++
15 lines
403 B
C++
// Copyright 2015 The Chromium Embedded Framework Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#ifndef CEF_LIBCEF_BROWSER_OSR_OSR_UTIL_H_
|
|
#define CEF_LIBCEF_BROWSER_OSR_OSR_UTIL_H_
|
|
|
|
namespace osr_util {
|
|
|
|
int ClampFrameRate(int frame_rate);
|
|
|
|
} // namespace osr_util
|
|
|
|
#endif // CEF_LIBCEF_BROWSER_OSR_OSR_UTIL_H_
|