Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Issue 7067034: kWebGraphicsContext3DPerferredGLExtensions -> kWebGLPreferredGLExtensions (Closed)

Created:
9 years, 7 months ago by greggman
Modified:
9 years, 7 months ago
Reviewers:
jamesr
CC:
chromium-reviews, jam, Jói
Visibility:
Public.

Description

kWebGraphicsContext3DPerferredGLExtensions -> kWebGLPreferredGLExtensions Also added a comment. This string should only be passed in for WebGL. If it is being passed in for any other reason it is a bug and needs to be fixed. TEST=none BUG=none R=jamesr@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86671

Patch Set 1 #

Total comments: 2

Patch Set 2 : no change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M content/renderer/webgraphicscontext3d_command_buffer_impl.cc View 3 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
greggman
I know this isn't enough to prevent people from using this incorrectly but it's a ...
9 years, 7 months ago (2011-05-24 22:02:51 UTC) #1
jamesr
What string is the compositor supposed to be passing? http://codereview.chromium.org/7067034/diff/1/content/renderer/webgraphicscontext3d_command_buffer_impl.cc File content/renderer/webgraphicscontext3d_command_buffer_impl.cc (right): http://codereview.chromium.org/7067034/diff/1/content/renderer/webgraphicscontext3d_command_buffer_impl.cc#newcode114 content/renderer/webgraphicscontext3d_command_buffer_impl.cc:114: ...
9 years, 7 months ago (2011-05-24 22:05:10 UTC) #2
greggman
Everything else should be passing "*" Is there is a way to distinguish the use ...
9 years, 7 months ago (2011-05-24 22:24:15 UTC) #3
jamesr
9 years, 7 months ago (2011-05-25 01:38:48 UTC) #4
LGTM since this isn't changing anything.

Passing an attribute sounds like a good approach to me, but I'd see what kbr
thinks.  In the current code the case where render_directly_to_web_view==true is
never used for WebGL contexts, so you could try passing "*" for that path
without any other changes.

Powered by Google App Engine
This is Rietveld 408576698