Platform::WebGLContextType GetWebGLVersion() const { return webgl_version_; }nit: Blink Style Guide: Precede setters with the word “Set”; use bare words for getters. Consider renaming `GetWebGLVersion()` to `WebGLVersion()` to match the variable name `webgl_version_`, as it does not conflict with the type name.
To keep this interaction as brief and non-intrusive as possible, please consider responding with one of following options:
**Done** | **OK But Won't Fix**: reason | **Later**: b/<bug_id> | **Invalid:** reason
_This comment was generated by [Experimental Blink C++ Code Review Agent](http://go/blink-c++-code-review-agent)._
_AI reviews can sometimes be inaccurate; We appreciate your 🙏 feedback 🙏 to help us improve._
_[File a bug](http://go/blink-c++-code-review-agent-feedback) | [Provide feedback on chat](https://chat.google.com/room/AAQA0zhQHe0?cls=4) | [Opt-out](https://ganpati2.corp.google.com/group/peep-genai-blink-agent-optout.prod)_
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm
Fixes: 516781007Should be "Fixed" not "Fixes". You can also remove the "Bug:" line if using "Fixed".
Platform::WebGLContextType GetWebGLVersion() const { return webgl_version_; }Might want to add "bool IsWebGL2()" instead of this to make the call site simpler.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
Should be "Fixed" not "Fixes". You can also remove the "Bug:" line if using "Fixed".
I've found that either "Fixed" or "Fixes" works, actually. Didn't know that allowed the Bug line to be omitted, though.
Fixed. ;)
Platform::WebGLContextType GetWebGLVersion() const { return webgl_version_; }nit: Blink Style Guide: Precede setters with the word “Set”; use bare words for getters. Consider renaming `GetWebGLVersion()` to `WebGLVersion()` to match the variable name `webgl_version_`, as it does not conflict with the type name.
To keep this interaction as brief and non-intrusive as possible, please consider responding with one of following options:
**Done** | **OK But Won't Fix**: reason | **Later**: b/<bug_id> | **Invalid:** reason
_This comment was generated by [Experimental Blink C++ Code Review Agent](http://go/blink-c++-code-review-agent)._
_AI reviews can sometimes be inaccurate; We appreciate your 🙏 feedback 🙏 to help us improve._
_[File a bug](http://go/blink-c++-code-review-agent-feedback) | [Provide feedback on chat](https://chat.google.com/room/AAQA0zhQHe0?cls=4) | [Opt-out](https://ganpati2.corp.google.com/group/peep-genai-blink-agent-optout.prod)_
Acknowledged
Platform::WebGLContextType GetWebGLVersion() const { return webgl_version_; }Might want to add "bool IsWebGL2()" instead of this to make the call site simpler.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm with one issue still.
Fixes: 516781007Still not Fixed. Have to edit the bug description here in Gerrit, not locally and then re-uploading.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +2 |
Still not Fixed. Have to edit the bug description here in Gerrit, not locally and then re-uploading.
Bleh. Done for real this time.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Fixes: 516781007Brandon JonesStill not Fixed. Have to edit the bug description here in Gerrit, not locally and then re-uploading.
Bleh. Done for real this time.
Oh, and apparently my assertion that "Fixes" and "Fixed" are interchangable comes from Dawn, which
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Disable GL_RASTERIZER_DISCARD when clearing XR targets
Prevents a scenario where uninitialized content may be exposed by
a page that sets GL_RASTERIZER_DISCARD prior to getting new WebXR
textures.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |