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

Unified Diff: Source/web/InspectorOverlayImpl.h

Issue 1317913004: Devtools [LayoutEditor]: show selector info and highlight affected nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cursor2
Patch Set: Rebase 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
Index: Source/web/InspectorOverlayImpl.h
diff --git a/Source/web/InspectorOverlayImpl.h b/Source/web/InspectorOverlayImpl.h
index 5e5974cf44a8b7164670b35a13c0a6cd623aab4a..c7680d8a29025603411f6d2cd180300a8da7cdef 100644
--- a/Source/web/InspectorOverlayImpl.h
+++ b/Source/web/InspectorOverlayImpl.h
@@ -98,6 +98,9 @@ private:
void overlayPropertyChanged(float) override;
void overlayEndedPropertyChange() override;
void overlayClearSelection(bool) override;
+ void overlayNextSelector() override;
+ void overlayPreviousSelector() override;
+ String overlayCurrentSelectorInfo() override;
// InspectorProfilerAgent::Client implementation.
void profilingStarted() override;

Powered by Google App Engine
This is Rietveld 408576698