diff options
| -rw-r--r-- | libs/renderengine/skia/AutoBackendTexture.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/renderengine/skia/AutoBackendTexture.cpp b/libs/renderengine/skia/AutoBackendTexture.cpp index 9ed759f6bf..8ae69de7f3 100644 --- a/libs/renderengine/skia/AutoBackendTexture.cpp +++ b/libs/renderengine/skia/AutoBackendTexture.cpp @@ -46,7 +46,7 @@ AutoBackendTexture::AutoBackendTexture(GrDirectContext* context, AHardwareBuffer ALOGE_IF(!mBackendTexture.isValid(), "Failed to create a valid texture. [%p]:[%d,%d] isProtected:%d isWriteable:%d " "format:%d", - this, desc.width, desc.height, isOutputBuffer, createProtectedImage, desc.format); + this, desc.width, desc.height, createProtectedImage, isOutputBuffer, desc.format); } void AutoBackendTexture::unref(bool releaseLocalResources) { @@ -129,4 +129,4 @@ sk_sp<SkSurface> AutoBackendTexture::getOrCreateSurface(ui::Dataspace dataspace, } // namespace skia } // namespace renderengine -} // namespace android
\ No newline at end of file +} // namespace android |