| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/OverviewGrid.js
 | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/OverviewGrid.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/OverviewGrid.js
 | 
| index 8db4ac9c6dd321bb33a4e675fd8282263d5ff1b2..5ed402cd8d8e2b3fbcc1074018c3fe472c9ceff9 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/OverviewGrid.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/OverviewGrid.js
 | 
| @@ -278,6 +278,7 @@ WebInspector.OverviewGrid.Window.prototype = {
 | 
|          this._dragStartPoint = event.pageX;
 | 
|          this._dragStartLeft = this.windowLeft;
 | 
|          this._dragStartRight = this.windowRight;
 | 
| +        event.stopPropagation();
 | 
|          return true;
 | 
|      },
 | 
|  
 | 
| 
 |