diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 21:12:36 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 21:12:36 +0000 |
commit | ad63b5c19a0cc18eab88fa90ab7a244cdf5a8b99 (patch) | |
tree | b6197fe4b3fe1a18e7d1ae59ff81fad94a2ee7b7 /content/renderer/pepper/ppb_graphics_3d_impl.h | |
parent | 02f1e6a8ebae2d5aa0e669ecdd1781f83caf0e70 (diff) | |
download | chromium_src-ad63b5c19a0cc18eab88fa90ab7a244cdf5a8b99.zip chromium_src-ad63b5c19a0cc18eab88fa90ab7a244cdf5a8b99.tar.gz chromium_src-ad63b5c19a0cc18eab88fa90ab7a244cdf5a8b99.tar.bz2 |
PPAPI: Run clang_format.py on content/renderer/pepper
BUG=345417
Review URL: https://codereview.chromium.org/225903006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263356 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 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.h b/content/renderer/pepper/ppb_graphics_3d_impl.h index 97a9b9d..6594dce 100644 --- a/content/renderer/pepper/ppb_graphics_3d_impl.h +++ b/content/renderer/pepper/ppb_graphics_3d_impl.h @@ -59,10 +59,8 @@ class PPB_Graphics3D_Impl : public ppapi::PPB_Graphics3D_Shared { private: explicit PPB_Graphics3D_Impl(PP_Instance instance); - bool Init(PPB_Graphics3D_API* share_context, - const int32_t* attrib_list); - bool InitRaw(PPB_Graphics3D_API* share_context, - const int32_t* attrib_list); + bool Init(PPB_Graphics3D_API* share_context, const int32_t* attrib_list); + bool InitRaw(PPB_Graphics3D_API* share_context, const int32_t* attrib_list); // Notifications received from the GPU process. void OnSwapBuffers(); |