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.
6 /* This file contains the <code>PPB_FileRefPrivate</code> interface. */
11 /** PPB_GpuBlacklist_Private interface */
12 interface PPB_GpuBlacklist_Private
{
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
();