1 // Copyright 2015 The Chromium Embedded Framework 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. 4 5 #ifndef CEF_LIBCEF_BROWSER_OSR_OSR_UTIL_H_ 6 #define CEF_LIBCEF_BROWSER_OSR_OSR_UTIL_H_ 7 8 namespace osr_util { 9 10 int ClampFrameRate(int frame_rate); 11 12 } // namespace osr_util 13 14 #endif // CEF_LIBCEF_BROWSER_OSR_OSR_UTIL_H_ 15