Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca4f0b5a authored by Tom Hudson's avatar Tom Hudson
Browse files

Include what you use

utils/PaintUtils.h was relying on a transitive include which was
changed to a forward declaration; this change adds the SkDrawLooper
include where we need it.

R=djsollen@google.com

Change-Id: I6b034c47ddc277224c7deb007c9934004c037b8c
parent 150c5ae2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#define PAINT_UTILS_H

#include <SkColorFilter.h>
#include <SkDrawLooper.h>
#include <SkXfermode.h>

namespace android {