blob: e04039a3b02b3cd1afe43bcb3e89e2d4b62dadec [file] [log] [blame]
// 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_