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

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

Issue 1153503010: Devtools: Margin resizer in overlay experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/InspectorHighlight.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..0b247b018559beaee0de1eda1e235b4618d5987c 100644
--- a/Source/core/inspector/InspectorOverlay.h
+++ b/Source/core/inspector/InspectorOverlay.h
@@ -63,6 +63,13 @@ public:
virtual void overlaySteppedOver() = 0;
};
virtual void setListener(Listener*) = 0;
+
+ class CORE_EXPORT CSSListener : public WillBeGarbageCollectedMixin {
+ public:
+ virtual ~CSSListener() { }
+ virtual void updateCSSProperty(Node* node, long newValue) { }
+ };
+ virtual void setCSSListener(CSSListener*) = 0;
};
} // namespace blink
« no previous file with comments | « Source/core/inspector/InspectorHighlight.cpp ('k') | Source/core/inspector/InspectorOverlayHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698