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

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

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.cpp
diff --git a/Source/core/inspector/InspectorOverlayHost.cpp b/Source/core/inspector/InspectorOverlayHost.cpp
index 29ad4025220f5f033fa036b89afdaa97c54476ed..b47a1aa431b099d2f789b221dbe1a079198d6c29 100644
--- a/Source/core/inspector/InspectorOverlayHost.cpp
+++ b/Source/core/inspector/InspectorOverlayHost.cpp
@@ -72,6 +72,12 @@ void InspectorOverlayHost::endPropertyChange()
m_layoutEditorListener->overlayEndedPropertyChange();
}
+void InspectorOverlayHost::clearSelection(bool commitChanges)
+{
+ if (m_layoutEditorListener)
+ m_layoutEditorListener->clearSelection(commitChanges);
+}
+
DEFINE_TRACE(InspectorOverlayHost)
{
visitor->trace(m_debuggerListener);

Powered by Google App Engine
This is Rietveld 408576698