summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InspectorBackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InspectorBackend.h')
-rw-r--r--WebCore/inspector/InspectorBackend.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/inspector/InspectorBackend.h b/WebCore/inspector/InspectorBackend.h
index 7331843..0eb8e4c 100644
--- a/WebCore/inspector/InspectorBackend.h
+++ b/WebCore/inspector/InspectorBackend.h
@@ -98,6 +98,9 @@ public:
void getProfileHeaders(long callId);
void getProfile(long callId, unsigned uid);
+
+ void removeProfile(unsigned uid);
+ void clearProfiles();
#endif
void setInjectedScriptSource(const String& source);
@@ -118,6 +121,8 @@ public:
void getAllStyles(long callId);
void getInlineStyle(long callId, long nodeId);
void getComputedStyle(long callId, long nodeId);
+ void getStyleSheet(long callId, long styleSheetId);
+ void getRuleRangesForStyleSheetId(long callId, long styleSheetId);
void applyStyleText(long callId, long styleId, const String& styleText, const String& propertyName);
void setStyleText(long callId, long styleId, const String& cssText);
void setStyleProperty(long callId, long styleId, const String& name, const String& value);