| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js
|
| index 2cb832926ae98bbf6e294704751b4e070f67c508..6eb755d7bbc49cc75e7919b889053f8100a9b794 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js
|
| @@ -184,7 +184,7 @@ Timeline.TimelinePaintImageView = class extends UI.Widget {
|
| .translate(clientWidth / 2, clientHeight / 2)
|
| .scale(scale, scale)
|
| .translate(-width / 2, -height / 2);
|
| - var bounds = Common.Geometry.boundsForTransformedPoints(matrix, [0, 0, 0, width, height, 0]);
|
| + var bounds = UI.Geometry.boundsForTransformedPoints(matrix, [0, 0, 0, width, height, 0]);
|
| this._transformController.clampOffsets(
|
| paddingX - bounds.maxX, clientWidth - paddingX - bounds.minX, paddingY - bounds.maxY,
|
| clientHeight - paddingY - bounds.minY);
|
|
|