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

Commit b4bee881 authored by Florin Malita's avatar Florin Malita Committed by Derek Sollenberger
Browse files

Remove unneeded Skia include in ReorderBarrierDrawables.cpp



SkGaussianEdgeShader.h is a private Skia header, and not
used at all in ReorderBarrierDrawables.cpp.

Test: refactoring CL. Existing unit tests still pass.

Change-Id: I01c6b2a9ce53617ce338a7fbd45554d2d2604c9e
Signed-off-by: default avatarFlorin Malita <fmalita@google.com>
(cherry picked from commit 4bb94d19c6771cf886f1e94dbc2ca3da9c9f8dce)
parent ffc8f650
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@

#include <SkBlurMask.h>
#include <SkBlurMaskFilter.h>
#include <SkGaussianEdgeShader.h>
#include <SkPathOps.h>
#include <SkRRectsGaussianEdgeMaskFilter.h>
#include <SkShadowUtils.h>