Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index b41a77f8ade05aa36a1220d455056f7cbc6759ca..a64813dc6ead96b1651a987fbec8a201fbf9289d 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -1,6 +1,7 @@ |
#include "CrashHandler.h" |
#include "DMJsonWriter.h" |
#include "DMSrcSink.h" |
+#include "DMSrcSinkAndroid.h" |
#include "OverwriteLine.h" |
#include "ProcStats.h" |
#include "SkBBHFactory.h" |
@@ -224,6 +225,10 @@ static Sink* create_sink(const char* tag) { |
#endif |
} |
+#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK |
+ SINK("hwui", HWUISink); |
+#endif |
+ |
if (FLAGS_cpu) { |
SINK("565", RasterSink, kRGB_565_SkColorType); |
SINK("8888", RasterSink, kN32_SkColorType); |