summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/tests/third_party/gpu_test_expectations/gpu_test_config_mac.h
blob: da22bd6ee1121d0fca2f92b4b3566d2813178539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//
// Copyright 2015 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// gpu_test_config_mac.h:
//   Helper functions for gpu_test_config that have to be compiled in ObjectiveC++
//

#ifndef GPU_TEST_EXPECTATIONS_GPU_TEST_CONFIG_MAC_H_
#define GPU_TEST_EXPECTATIONS_GPU_TEST_CONFIG_MAC_H_

#include "gpu_info.h"

namespace base {

class SysInfo
{
  public:
    static void OperatingSystemVersionNumbers(
        int32 *major_version, int32 *minor_version, int32 *bugfix_version);
};

} // namespace base

gpu::GPUInfo::GPUDevice GetActiveGPU();

#endif // GPU_TEST_EXPECTATIONS_GPU_TEST_CONFIG_MAC_H_