Index: webkit/glue/webkitplatformsupport_impl.h |
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h |
index 16f8020943cd884f06b4a5e7abbfa42928f5c21b..c4a4afcb673403bd3598eb11825430a73b103eda 100644 |
--- a/webkit/glue/webkitplatformsupport_impl.h |
+++ b/webkit/glue/webkitplatformsupport_impl.h |
@@ -54,6 +54,7 @@ class WebKitPlatformSupportImpl : public WebKit::WebKitPlatformSupport { |
const char* name, int sample, int min, int max, int bucket_count); |
virtual void histogramEnumeration( |
const char* name, int sample, int boundary_value); |
+ virtual bool isTraceEventEnabledForCategory(const char* category) const; |
tony
2011/10/21 23:20:06
OVERRIDE?
jamesr
2011/10/25 15:16:41
No, do not OVERRIDE
|
virtual void traceEventBegin(const char* name, void* id, const char* extra); |
virtual void traceEventEnd(const char* name, void* id, const char* extra); |
virtual WebKit::WebData loadResource(const char* name); |