We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea29e90 + fc767ee commit 0c638dcCopy full SHA for 0c638dc
libs/renderengine/skia/SkiaRenderEngine.cpp
@@ -347,6 +347,7 @@ void SkiaRenderEngine::useProtectedContext(bool useProtectedContext) {
347
if (useProtectedContextImpl(
348
useProtectedContext ? GrProtected::kYes : GrProtected::kNo)) {
349
mInProtectedContext = useProtectedContext;
350
+ SFTRACE_INT("RE inProtectedContext", mInProtectedContext);
351
// given that we are sharing the same thread between two contexts we need to
352
// make sure that the thread state is reset when switching between the two.
353
if (getActiveContext()) {
0 commit comments