summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/SystemTime.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/SystemTime.h')
-rw-r--r--WebCore/platform/SystemTime.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/WebCore/platform/SystemTime.h b/WebCore/platform/SystemTime.h
index 2b1eed0..367580a 100644
--- a/WebCore/platform/SystemTime.h
+++ b/WebCore/platform/SystemTime.h
@@ -34,7 +34,10 @@ namespace WebCore {
// Return the number of seconds since a user event has been generated
float userIdleTime();
-
+
+#ifdef ANDROID_INSTRUMENT
+ uint32_t get_thread_msec();
+#endif
}
#endif