Commit 4800a990 authored by jbauman@google.com's avatar jbauman@google.com

Allow fullscreen flash to use all OpenGL extensions.

This matches the behavior of when it's not fullscreen.

BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10763021

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145834 0039d316-1c4b-4281-b951-d872f2087c98
parent 0370db79
......@@ -437,7 +437,7 @@ void RenderWidgetFullscreenPepper::CreateContext() {
context_ = WebGraphicsContext3DCommandBufferImpl::CreateViewContext(
RenderThreadImpl::current(),
surface_id(),
"GL_OES_packed_depth_stencil GL_OES_depth24",
NULL,
attributes,
true /* bind generates resources */,
active_url_,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment