Bug 1221846 - Get Task Tracer building on desktop r=cyu.

This commit is contained in:
Mike Conley
2015-12-02 20:55:38 -05:00
parent 14bd34a891
commit 27f9186d07
7 changed files with 29 additions and 13 deletions

View File

@@ -21,6 +21,10 @@
#include <math.h>
using namespace mozilla;
#ifdef MOZ_TASK_TRACER
#include "GeckoTaskTracerImpl.h"
using namespace mozilla::tasktracer;
#endif
NS_IMPL_ISUPPORTS(TimerThread, nsIRunnable, nsIObserver)