From b11e2dea56bd59ab503f95652b0125738c4b477d Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Thu, 16 Feb 2023 13:01:41 +0000 Subject: Remove use of private SkBlurMask.h This also makes a use of src/core/SkTraceEventCommon.h explicit. These are small steps toward removing Skia's src/core from the hwui include search path. Change-Id: I4fe843a4e44a675748bfe2cef329202eb4dab7bf Bug: skia:13983 --- libs/hwui/Properties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/Properties.cpp') diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index b0896daee2a1..33c9eac41cb6 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -21,7 +21,7 @@ #ifdef __ANDROID__ #include "HWUIProperties.sysprop.h" #endif -#include "SkTraceEventCommon.h" +#include "src/core/SkTraceEventCommon.h" #include #include -- cgit v1.2.3-59-g8ed1b