Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: Source/core/inspector/InspectorOverlayHost.h

Issue 1311783003: Devtools[LayoutEditor]: Rework layout-editor workflow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@resize
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698