Index: Source/core/inspector/InspectorOverlayHost.h |
diff --git a/Source/core/inspector/InspectorOverlayHost.h b/Source/core/inspector/InspectorOverlayHost.h |
index 61c6009c8c9a45efe25abe847c85d5f13eea2381..319f0f0c57939c5e78438eb8d93bef1c1bc0ae02 100644 |
--- a/Source/core/inspector/InspectorOverlayHost.h |
+++ b/Source/core/inspector/InspectorOverlayHost.h |
@@ -51,6 +51,7 @@ public: |
void startPropertyChange(const String&); |
void changeProperty(float delta); |
void endPropertyChange(); |
+ void clearSelection(bool commitChanges); |
class DebuggerListener : public WillBeGarbageCollectedMixin { |
public: |
@@ -66,6 +67,7 @@ public: |
virtual void overlayStartedPropertyChange(const String&) = 0; |
virtual void overlayPropertyChanged(float cssDelta) = 0; |
virtual void overlayEndedPropertyChange() = 0; |
+ virtual void clearSelection(bool commitChanges) = 0; |
}; |
void setLayoutEditorListener(LayoutEditorListener* listener) { m_layoutEditorListener = listener; } |