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

Commit fd0acc26 authored by Kevin Lubick's avatar Kevin Lubick Committed by Android (Google) Code Review
Browse files

Merge "Fix includes of SkStream and SkData"

parents 18593438 8e0ef682
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