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

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

Issue 1206833003: Devtools[LayoutEditor]: Pass data about property change from InspectorOverlayPage (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address pfeldman's comment Created 5 years, 6 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/InspectorCSSAgent.cpp ('k') | Source/core/inspector/InspectorOverlayHost.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorOverlay.h
diff --git a/Source/core/inspector/InspectorOverlay.h b/Source/core/inspector/InspectorOverlay.h
index bbb18a2e858f084ae7cbba54eeff7739ca052a2a..c1b62aed0bec28ccc2c95035389757603d13eda0 100644
--- a/Source/core/inspector/InspectorOverlay.h
+++ b/Source/core/inspector/InspectorOverlay.h
@@ -37,6 +37,7 @@
namespace blink {
+class LayoutEditor;
struct InspectorHighlightConfig;
class InspectorOverlay : public WillBeGarbageCollectedMixin {
@@ -53,6 +54,7 @@ public:
virtual void suspendUpdates() = 0;
virtual void resumeUpdates() = 0;
virtual void clear() = 0;
+ virtual void setLayoutEditor(PassOwnPtrWillBeRawPtr<LayoutEditor>) = 0;
DEFINE_INLINE_VIRTUAL_TRACE() { }
« no previous file with comments | « Source/core/inspector/InspectorCSSAgent.cpp ('k') | Source/core/inspector/InspectorOverlayHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698