summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
authorbinji <binji@chromium.org>2015-06-29 10:48:12 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-29 17:48:33 +0000
commitba56c386f92c1463e4527deb50988606599e253b (patch)
tree7dcf1dbeaa1d6336c5a8ab96b6c3cb9430a294a8 /native_client_sdk
parent037b0aa9e431360dfb2f1acf4ff957831a94d234 (diff)
downloadchromium_src-ba56c386f92c1463e4527deb50988606599e253b.zip
chromium_src-ba56c386f92c1463e4527deb50988606599e253b.tar.gz
chromium_src-ba56c386f92c1463e4527deb50988606599e253b.tar.bz2
[NaCl SDK] gonacl: index.html points to correct robot.png/wrench.png
The robot.png and wrench.png images were moved a while ago, but the index.html wasn't updated to use the new location. We never noticed, probably because we always looked at the page in Chrome. BUG=none R=sbc@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1213123004 Cr-Commit-Position: refs/heads/master@{#336587}
Diffstat (limited to 'native_client_sdk')
-rw-r--r--native_client_sdk/src/gonacl_appengine/static/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/native_client_sdk/src/gonacl_appengine/static/index.html b/native_client_sdk/src/gonacl_appengine/static/index.html
index 47a6487..2e4c4e8 100644
--- a/native_client_sdk/src/gonacl_appengine/static/index.html
+++ b/native_client_sdk/src/gonacl_appengine/static/index.html
@@ -23,7 +23,7 @@
<div id="not-chrome" class="error" hidden>
<div class="message">
<h1>Sorry!</h1>
- <img src="/static/styles/robot.png">
+ <img src="/static/css/out/robot.png">
<p>Sorry, these demos require desktop Chrome.</p>
<p>
Take a look at <a href="http://trypepperjs.appspot.com/">pepper.js</a>
@@ -35,7 +35,7 @@
<div id="old-chrome" class="error" hidden>
<div class="message">
<h1>Whoa, hold on!</h1>
- <img src="/static/styles/wrench.png">
+ <img src="/static/css/out/wrench.png">
<p>
PNaCl is only available on Chrome 31 or greater.
</p>