diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-10 18:59:16 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-10 18:59:16 +0000 |
commit | fed63e98ed3ec83c3133c06f02c661e8e40ab008 (patch) | |
tree | 3c6a0b848b59ebe378546dd0f90eba613c6f250a /content/renderer/pepper/ppb_graphics_3d_impl.h | |
parent | 961019173916d8644911f9584a561d3afbc9634f (diff) | |
download | chromium_src-fed63e98ed3ec83c3133c06f02c661e8e40ab008.zip chromium_src-fed63e98ed3ec83c3133c06f02c661e8e40ab008.tar.gz chromium_src-fed63e98ed3ec83c3133c06f02c661e8e40ab008.tar.bz2 |
Switch from CommandLine switch to WebPreferences to control Pepper 3D.
This is to get us ready to dynamically enable or disable a renderer feature whenever, for example, the gpu is switched in a multiple gpu system.
BUG=332188
TEST=
R=bbudge@chromium.org, jamesr@chromium.org, joi@chromium.org, kbr@chromium.org
Review URL: https://codereview.chromium.org/126993002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244212 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/pepper/ppb_graphics_3d_impl.h')
-rw-r--r-- | content/renderer/pepper/ppb_graphics_3d_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.h b/content/renderer/pepper/ppb_graphics_3d_impl.h index d4d4c2b..7d6a86b 100644 --- a/content/renderer/pepper/ppb_graphics_3d_impl.h +++ b/content/renderer/pepper/ppb_graphics_3d_impl.h @@ -60,8 +60,6 @@ class PPB_Graphics3D_Impl : public ppapi::PPB_Graphics3D_Shared { private: explicit PPB_Graphics3D_Impl(PP_Instance instance); - static PP_Bool IsGpuBlacklisted(); - bool Init(PPB_Graphics3D_API* share_context, const int32_t* attrib_list); bool InitRaw(PPB_Graphics3D_API* share_context, |