| Index: third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js b/third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js
|
| index 83ffccc83e27a509e94f78ecb1279ccba3f0def2..05914662f736aab0adc35b3fbef33c3a7ae82e14 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js
|
| @@ -166,25 +166,3 @@ WebInspector.RenderingOptionsView.instance = function()
|
| WebInspector.RenderingOptionsView._instanceObject = new WebInspector.RenderingOptionsView();
|
| return WebInspector.RenderingOptionsView._instanceObject;
|
| }
|
| -
|
| -/**
|
| - * @constructor
|
| - * @implements {WebInspector.ActionDelegate}
|
| - */
|
| -WebInspector.RenderingOptionsView.ShowActionDelegate = function()
|
| -{
|
| -}
|
| -
|
| -WebInspector.RenderingOptionsView.ShowActionDelegate.prototype = {
|
| - /**
|
| - * @override
|
| - * @param {!WebInspector.Context} context
|
| - * @param {string} actionId
|
| - * @return {boolean}
|
| - */
|
| - handleAction: function(context, actionId)
|
| - {
|
| - WebInspector.inspectorView.showViewInDrawer("rendering");
|
| - return true;
|
| - }
|
| -}
|
|
|