| Index: third_party/WebKit/Source/core/inspector/InspectorOverlayHost.idl
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorOverlayHost.idl b/third_party/WebKit/Source/core/inspector/InspectorOverlayHost.idl
|
| index 322e860a8795ba3a8b16895b2fc0c77eebf03a75..2f1978e4e1f4aee160ec91e972d07b57db755d79 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorOverlayHost.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorOverlayHost.idl
|
| @@ -33,10 +33,4 @@
|
| ] interface InspectorOverlayHost {
|
| void resume();
|
| void stepOver();
|
| - void startPropertyChange(DOMString propertyName);
|
| - void changeProperty(float cssDelta);
|
| - void endPropertyChange();
|
| - void clearSelection(boolean commitChanges);
|
| - void nextSelector();
|
| - void previousSelector();
|
| };
|
|
|