Skip to content

Commit

Permalink
Update codesearch links
Browse files Browse the repository at this point in the history
code.google.com redirects no longer work. This CL replaces links in /native_client_sdk
to source.chromium.org equivalent.
This CL was uploaded by git cl split.

R=bradnelson@chromium.org

Change-Id: I82869389eff1a7fb5d2e04c9843f4a5f4dbc6d7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392708
Auto-Submit: Josip Sokcevic <sokcevic@google.com>
Reviewed-by: Brad Nelson <bradnelson@chromium.org>
Commit-Queue: Brad Nelson <bradnelson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805480}
  • Loading branch information
sokcevicG authored and Commit Bot committed Sep 9, 2020
1 parent d8f0d40 commit 447b644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native_client_sdk/doc_generated/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h3 id="can-i-use-native-client-for-3d-graphics">Can I use Native Client for 3D
<p>To alert the user regarding their hardware platform&#8217;s 3D feature set
before loading a large NaCl application, see <a class="reference internal" href="/native-client/devguide/coding/3D-graphics.html"><em>Vetting the driver in
Javascript</em></a>.</p>
<p>Some GL extensions are exposed to Native Client applications, see the <a class="reference external" href="https://code.google.com/p/chromium/codesearch#chromium/src/ppapi/lib/gl/gles2/gles2.c">GLES2
<p>Some GL extensions are exposed to Native Client applications, see the <a class="reference external" href="https://source.chromium.org/chromium/chromium/src/+/HEAD:ppapi/lib/gl/gles2/gles2.c">GLES2
file</a>. This file is part of the GL wrapper supplied by the library
<code>ppapi_gles2</code> which you&#8217;ll want to include in your project. In most cases
extensions map to extensions available on other platforms, or differ very
Expand Down

0 comments on commit 447b644

Please sign in to comment.