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

Commit 4e8ce46f authored by Kevin Lubick's avatar Kevin Lubick
Browse files

Add missing includes of SkBlendMode.h

It's being removed from SkPaint.h in https://skia-review.googlesource.com/c/skia/+/611077
and this was all the places I could find in frameworks/base.

We might need another CL for a few other Android repos.

Change-Id: I88d31166ed90356c4c52fbcde6bec6c1655b7cf2
parent 875a53cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "CanvasTransform.h"

#include <SkAndroidFrameworkUtils.h>
#include <SkBlendMode.h>
#include <SkColorFilter.h>
#include <SkGradientShader.h>
#include <SkHighContrastFilter.h>
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

#pragma once

#include <SkBlendMode.h>
#include <SkColorFilter.h>
#include <SkImage.h>
#include <SkMatrix.h>
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@
#include "utils/Color.h"
#include "utils/MathUtils.h"

#include <SkBlendMode.h>

#include <log/log.h>

namespace android {
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
#include <experimental/type_traits>

#include "SkAndroidFrameworkUtils.h"
#include "SkBlendMode.h"
#include "SkCanvas.h"
#include "SkCanvasPriv.h"
#include "SkColor.h"
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
#include <SkRuntimeEffect.h>
#include <vector>

enum class SkBlendMode;
class SkRRect;

namespace android {
Loading