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

Commit 56ee4054 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix includes of SkBlurTypes.h"

parents 42b8466b 6367c9ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */

#include "BlurDrawLooper.h"
#include <SkBlurTypes.h>
#include <SkColorSpace.h>
#include <SkMaskFilter.h>

+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
#include "SkMaskFilter.h"
#include "SkBlurMask.h"
#include "SkBlurMaskFilter.h"
#include "SkBlurTypes.h"
#include "SkTableMaskFilter.h"

static void ThrowIAE_IfNull(JNIEnv* env, void* ptr) {