Refactor android test results logging.
[chromium-blink-merge.git] / ppapi / api / private / ppb_gpu_blacklist_private.idl
blobef8e1b5f0b0f98e8ce9dcbe57dfd04a7c0f7b39f
1 /* Copyright (c) 2012 The Chromium 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 */
6 /* This file contains the <code>PPB_FileRefPrivate</code> interface. */
7 label Chrome {
8 M24 = 0.2
9 };
11 /** PPB_GpuBlacklist_Private interface */
12 interface PPB_GpuBlacklist_Private {
13 /**
14 * Returns true if the current system's GPU is blacklisted and 3D in Chrome
15 * will be emulated via software rendering.
17 * This is used internally by the SRPC NaCl proxy (not exposed to plugins) to
18 * determine if the 3D interfaces should be exposed to plugins. We don't
19 * expose the 3D interfaces if the 3D support is software-emulated. When the
20 * SRPC proxy is removed, this interface can also be removed.
22 PP_Bool IsGpuBlacklisted();