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

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

Issue 1317913004: Devtools [LayoutEditor]: show selector info and highlight affected nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cursor2
Patch Set: Address comments Created 5 years, 3 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
« no previous file with comments | « Source/core/inspector/InspectorOverlayHost.cpp ('k') | Source/core/inspector/InspectorOverlayPage.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorOverlayHost.idl
diff --git a/Source/core/inspector/InspectorOverlayHost.idl b/Source/core/inspector/InspectorOverlayHost.idl
index 50d43a83fba149eef7e42e5cda7ec018dd8898b3..1ac4602434207b03613c7d7d8c8fe32f047371b2 100644
--- a/Source/core/inspector/InspectorOverlayHost.idl
+++ b/Source/core/inspector/InspectorOverlayHost.idl
@@ -38,4 +38,7 @@
void changeProperty(float cssDelta);
void endPropertyChange();
void clearSelection(boolean commitChanges);
+ void nextSelector();
+ void previousSelector();
+ DOMString currentSelectorInfo();
};
« no previous file with comments | « Source/core/inspector/InspectorOverlayHost.cpp ('k') | Source/core/inspector/InspectorOverlayPage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698