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

Unified Diff: inspector/InspectorFrontendHost.idl

Issue 13601015: Roll Blink IDLs forward. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: Created 7 years, 8 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 | « inspector/Inspector.json ('k') | inspector/compile-front-end.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: inspector/InspectorFrontendHost.idl
===================================================================
--- inspector/InspectorFrontendHost.idl (revision 20616)
+++ inspector/InspectorFrontendHost.idl (working copy)
@@ -42,6 +42,7 @@
void requestSetDockSide(in DOMString side);
void setAttachedWindowHeight(in unsigned long height);
+ void setAttachedWindowWidth(in unsigned long width);
void moveWindowBy(in float x, in float y);
void setInjectedScriptForOrigin(in DOMString origin, in DOMString script);
« no previous file with comments | « inspector/Inspector.json ('k') | inspector/compile-front-end.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698