diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-10 03:28:46 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-10 03:28:46 +0000 |
commit | 8a8648364cc55ddb32ec5a77deee13862e3ca363 (patch) | |
tree | d46c2fd5627d12e39bf71f5a1377a4233f1f70d2 /chrome/browser/resources | |
parent | 198ca163bcb484d3067af2a2e1ceeee63be11309 (diff) | |
download | chromium_src-8a8648364cc55ddb32ec5a77deee13862e3ca363.zip chromium_src-8a8648364cc55ddb32ec5a77deee13862e3ca363.tar.gz chromium_src-8a8648364cc55ddb32ec5a77deee13862e3ca363.tar.bz2 |
Add a comment per review comment I missed in the previous check-in.
BUG=13215
TBR=jeremy
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18023 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/downloads.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/downloads.html b/chrome/browser/resources/downloads.html index 881b7e8..1678357 100644 --- a/chrome/browser/resources/downloads.html +++ b/chrome/browser/resources/downloads.html @@ -533,6 +533,7 @@ Download.prototype.update = function(download) { this.canvasProgress_.moveTo(Download.Progress.centerX, Download.Progress.centerY); + // Draw an arc CW for both RTL and LTR. http://crbug.com/13215 this.canvasProgress_.arc(Download.Progress.centerX, Download.Progress.centerY, Download.Progress.radius, |