Skip to content

Commit

Permalink
Include SkTraceEventCommon.h in SkATrace.cpp
Browse files Browse the repository at this point in the history
Follow up to http://review.skia.org/685957, should fix Android roll

Change-Id: I58d090dc697b2308023c3bef399ba7cd544f81d5
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/686340
Auto-Submit: Nolan Scobie <[email protected]>
Commit-Queue: Ben Wagner <[email protected]>
Commit-Queue: Nolan Scobie <[email protected]>
Reviewed-by: Ben Wagner <[email protected]>
  • Loading branch information
nscobie authored and SkCQ committed Apr 28, 2023
1 parent d3b2394 commit 49412cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/SkATrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
#include <cutils/trace.h>
#include "src/core/SkTraceEventCommon.h" // for SkAndroidFrameworkTraceUtil
#endif

SkATrace::SkATrace() : fBeginSection(nullptr), fEndSection(nullptr), fIsEnabled(nullptr) {
Expand Down

0 comments on commit 49412cb

Please sign in to comment.