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

Commit 8e0ef682 authored by Kevin Lubick's avatar Kevin Lubick
Browse files

Fix includes of SkStream and SkData

Change-Id: I93e587a39be7e0c88862d0b2d7b0f6df8a02d29b
parent 59b8118f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@
#include "filters/LinearEffect.h"
#include "filters/StretchShaderFactory.h"

class SkData;

namespace android {
namespace renderengine {
namespace skia {
+3 −0
Original line number Diff line number Diff line
@@ -27,6 +27,9 @@
#include <utils/Trace.h>

#include "CommonPool.h"
#include "SkCanvas.h"
#include "SkRect.h"
#include "SkTypeface.h"
#include "src/utils/SkMultiPictureDocument.h"

namespace android {
+3 −1
Original line number Diff line number Diff line
@@ -19,13 +19,15 @@
#include <SkDocument.h>
#include <SkNWayCanvas.h>
#include <SkPictureRecorder.h>
#include <SkRefCnt.h>
#include <SkStream.h>
#include <SkSurface.h>
#include "tools/SkSharingProc.h"

#include <chrono>
#include <mutex>

#include "CaptureTimer.h"
#include "tools/SkSharingProc.h"

namespace android {
namespace renderengine {
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#define ATRACE_TAG ATRACE_TAG_GRAPHICS
#include "BlurFilter.h"
#include <SkCanvas.h>
#include <SkData.h>
#include <SkPaint.h>
#include <SkRRect.h>
#include <SkRuntimeEffect.h>
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

#include "GaussianBlurFilter.h"
#include <SkCanvas.h>
#include <SkData.h>
#include <SkPaint.h>
#include <SkRRect.h>
#include <SkRuntimeEffect.h>
Loading