| Index: core/inspector/InspectorInstrumentation.idl
|
| diff --git a/core/inspector/InspectorInstrumentation.idl b/core/inspector/InspectorInstrumentation.idl
|
| index 1be3df8ae501d83a25bc0e1b924b7d2393351ab8..a9bd1ae80865dec7e156509d10240aa4162414c4 100644
|
| --- a/core/inspector/InspectorInstrumentation.idl
|
| +++ b/core/inspector/InspectorInstrumentation.idl
|
| @@ -229,18 +229,6 @@ interface InspectorInstrumentation {
|
| [Timeline, Resource, Inline=FastReturn]
|
| void didScheduleStyleRecalculation([Keep] Document*);
|
|
|
| - [CSS, Inline=FastReturn]
|
| - InspectorInstrumentationCookie willMatchRule(Document*, StyleRule*, InspectorCSSOMWrappers&, DocumentStyleSheetCollection*);
|
| -
|
| - [CSS, Inline=FastReturn]
|
| - void didMatchRule(const InspectorInstrumentationCookie&, bool matched);
|
| -
|
| - [CSS, Inline=FastReturn]
|
| - InspectorInstrumentationCookie willProcessRule(Document* document, [FastReturn] StyleRule* rule, StyleResolver* styleResolver);
|
| -
|
| - [CSS, Inline=FastReturn]
|
| - void didProcessRule(const InspectorInstrumentationCookie&);
|
| -
|
| [Resource, Inline=FastReturn]
|
| void applyUserAgentOverride(Frame*, String* userAgent);
|
|
|
| @@ -330,7 +318,7 @@ interface InspectorInstrumentation {
|
| [Canvas, Page, CSS]
|
| void frameDetachedFromParent([Keep] Frame*);
|
|
|
| - [Page]
|
| + [Page, Inline=FastReturn]
|
| void childDocumentOpened([Keep] Document*);
|
|
|
| [Console, Resource, CSS, Database, DOM, LayerTree, Inspector, Canvas, Page]
|
| @@ -422,12 +410,6 @@ interface InspectorInstrumentation {
|
|
|
| [LayerTree]
|
| void layerTreeDidChange(Page*);
|
| -
|
| - [LayerTree]
|
| - void renderLayerDestroyed(Page*, const RenderLayer*);
|
| -
|
| - [LayerTree]
|
| - void pseudoElementDestroyed(Page*, PseudoElement*);
|
| }
|
|
|
| interface InspectorConsoleInstrumentation {
|
|
|