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

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

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/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 8fc701ba85328a0c52347dad4b26f0eb287aa4ff..743ee9ab74e80f8b338498cbf7b6240b37ed37bf 100644
--- a/Source/core/inspector/InspectorOverlayHost.idl
+++ b/Source/core/inspector/InspectorOverlayHost.idl
@@ -34,4 +34,5 @@
] interface InspectorOverlayHost {
void resume();
void stepOver();
+ void updateCSSProperty(long newValue);
};
« 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