diff options
author | neb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-08 21:08:31 +0000 |
---|---|---|
committer | neb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-08 21:08:31 +0000 |
commit | d806f5cf7db551882c4b3ca5db6eedd184a58164 (patch) | |
tree | 60efee45f89bbcbdfa2d9b32447e890f9bb5b352 /chrome | |
parent | 22aa17f53d3cac55da469a5dd75a6b48086d0f9f (diff) | |
download | chromium_src-d806f5cf7db551882c4b3ca5db6eedd184a58164.zip chromium_src-d806f5cf7db551882c4b3ca5db6eedd184a58164.tar.gz chromium_src-d806f5cf7db551882c4b3ca5db6eedd184a58164.tar.bz2 |
Allow GL extensions in PPAPI.
BUG=none
TEST=GL extension string should show a bunch of extensions in PPAPI
Review URL: http://codereview.chromium.org/6588056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/renderer/pepper_platform_context_3d_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/pepper_platform_context_3d_impl.cc b/chrome/renderer/pepper_platform_context_3d_impl.cc index 3d4ab7c..c581a86 100644 --- a/chrome/renderer/pepper_platform_context_3d_impl.cc +++ b/chrome/renderer/pepper_platform_context_3d_impl.cc @@ -69,7 +69,7 @@ bool PlatformContext3DImpl::Init() { command_buffer_ = channel_->CreateOffscreenCommandBuffer( parent_command_buffer, gfx::Size(1, 1), - "", + "*", attribs, parent_texture_id_); |