Index: gm/rebaseline_server/static/constants.js |
diff --git a/gm/rebaseline_server/static/constants.js b/gm/rebaseline_server/static/constants.js |
index 55964b06be0dcc562832757b901f7c560ac71bdb..aa4b63aa9ee484363af800f6e227bd938aa04075 100644 |
--- a/gm/rebaseline_server/static/constants.js |
+++ b/gm/rebaseline_server/static/constants.js |
@@ -21,6 +21,8 @@ module.constant('constants', (function() { |
KEY__DIFFERENCES__NUM_DIFF_PIXELS: 'numDifferingPixels', |
KEY__DIFFERENCES__PERCENT_DIFF_PIXELS: 'percentDifferingPixels', |
KEY__DIFFERENCES__PERCEPTUAL_DIFF: 'perceptualDifference', |
+ KEY__DIFFERENCES__DIFF_URL: 'diffUrl', |
+ KEY__DIFFERENCES__WHITE_DIFF_URL: 'whiteDiffUrl', |
// NOTE: Keep these in sync with ../imagepair.py |
KEY__IMAGEPAIRS__DIFFERENCES: 'differenceData', |