• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright (c) 2013 The Chromium Embedded Framework Authors. All rights
2 // reserved. Use of this source code is governed by a BSD-style license
3 // that can be found in the LICENSE file.
4 
5 #ifndef CEF_TESTS_CEFTESTS_OS_RENDERING_UNITTEST_MAC_H_
6 #define CEF_TESTS_CEFTESTS_OS_RENDERING_UNITTEST_MAC_H_
7 
8 #include "include/cef_base.h"
9 
10 namespace osr_unittests {
11 
12 CefWindowHandle GetFakeView();
13 
14 }  // namespace osr_unittests
15 
16 #endif  // CEF_TESTS_CEFTESTS_OS_RENDERING_UNITTEST_MAC_H_
17