Chromium Code Reviews| Index: gm/rebaseline_server/static/constants.js |
| diff --git a/gm/rebaseline_server/static/constants.js b/gm/rebaseline_server/static/constants.js |
| index 8e713112662817395ab38cde46519230c3b5ece2..7db245daf0178ff7cba855161c0bc0a0d7e5bb6b 100644 |
| --- a/gm/rebaseline_server/static/constants.js |
| +++ b/gm/rebaseline_server/static/constants.js |
| @@ -20,7 +20,6 @@ module.constant('constants', (function() { |
| KEY__DIFFERENCES__NUM_DIFF_PIXELS: 'numDifferingPixels', |
| KEY__DIFFERENCES__PERCENT_DIFF_PIXELS: 'percentDifferingPixels', |
| KEY__DIFFERENCES__PERCEPTUAL_DIFF: 'perceptualDifference', |
| - KEY__DIFFERENCES__WEIGHTED_DIFF: 'weightedDiffMeasure', |
|
epoger
2014/06/12 03:35:28
I confirmed that there are no references to this w
|
| // NOTE: Keep these in sync with ../imagepair.py |
| KEY__IMAGEPAIRS__DIFFERENCES: 'differenceData', |