| Index: ui/webui/resources/js/cr/ui/bubble.js
|
| diff --git a/ui/webui/resources/js/cr/ui/bubble.js b/ui/webui/resources/js/cr/ui/bubble.js
|
| index 167ebf3def6f6f23059c5d7be4f6ec4042343ad4..fe9703062ea44ed11851a90db373ed6b21ce0ba7 100644
|
| --- a/ui/webui/resources/js/cr/ui/bubble.js
|
| +++ b/ui/webui/resources/js/cr/ui/bubble.js
|
| @@ -191,9 +191,9 @@
|
| left = Math.max(Math.min(left, max_left_pos), min_left_pos);
|
| var arrowTip = Math.min(
|
| Math.max(
|
| - arrow.width / 2,
|
| - this.arrowAtRight_ ? left + bubble.width - anchorMid :
|
| - anchorMid - left),
|
| + arrow.width / 2, this.arrowAtRight_ ?
|
| + left + bubble.width - anchorMid :
|
| + anchorMid - left),
|
| bubble.width - arrow.width / 2);
|
|
|
| // Work out the vertical placement, attempting to fit the bubble
|
|
|