| Index: third_party/WebKit/Source/devtools/front_end/sdk/LayerTreeBase.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/LayerTreeBase.js b/third_party/WebKit/Source/devtools/front_end/sdk/LayerTreeBase.js
|
| index 0783adfc7f8ae3816e9daf93d0b4e3d784312885..2dab8a6357725a6a959b4d28bfd795e5c88b2775 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/LayerTreeBase.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/LayerTreeBase.js
|
| @@ -130,7 +130,7 @@ WebInspector.Layer.prototype = {
|
| snapshots: function() {}
|
| };
|
|
|
| - WebInspector.Layer.ScrollRectType = {
|
| +WebInspector.Layer.ScrollRectType = {
|
| NonFastScrollable: 'NonFastScrollable',
|
| TouchEventHandler: 'TouchEventHandler',
|
| WheelEventHandler: 'WheelEventHandler',
|
|
|