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

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

Merge "Remove unnecessary dependency, and fix the chain"

parents f5def622 ee708fac
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -22,14 +22,16 @@
#include <utils/KeyedVector.h>

#include <SkScalar.h>
#include <SkGlyphCache.h>
#include <SkPaint.h>
#include <SkPathMeasure.h>
#include <SkTypeface.h>

#include "FontUtil.h"
#include "../Rect.h"
#include "../Matrix.h"

class SkGlyphCache;

namespace android {
namespace uirenderer {

+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

#include "utils/TraceUtils.h"
#include <SkImageEncoder.h>
#include <SkImagePriv.h>
#include <SkOSFile.h>
#include <SkOverdrawCanvas.h>
#include <SkOverdrawColorFilter.h>
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include "LayerDrawable.h"
#include "NinePatchUtils.h"
#include "pipeline/skia/AnimatedDrawables.h"
#include <SkImagePriv.h>

namespace android {
namespace uirenderer {
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@
#include <utils/Unicode.h>
#include <SkClipStack.h>

#include <SkGlyphCache.h>

namespace android {
namespace uirenderer {

+2 −1
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "TestSceneBase.h"
#include "utils/Color.h"
#include "tests/common/BitmapAllocationTestUtils.h"
#include <SkImagePriv.h>

class BitmapShaders;

Loading