commit | eebe735deabb0b561e88e3062fd894b5e46e174d | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Wed Dec 09 16:37:04 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Dec 10 18:51:19 2020 +0000 |
tree | 871665125bac2ee2a137ec79f30aad79996d4d92 | |
parent | 2c98edf07feda3e5a834d7b5b38e4944c7181306 [diff] [blame] |
GrRenderTargetContext->GrSurfaceDrawContext Just the class/files. variable names and additional comments to follow. Change-Id: Ic03d07fd5009eaf3d706c2536486a117328963fc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/342617 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
diff --git a/src/gpu/GrBackendTextureImageGenerator.h b/src/gpu/GrBackendTextureImageGenerator.h index 13b89da..cea0f40 100644 --- a/src/gpu/GrBackendTextureImageGenerator.h +++ b/src/gpu/GrBackendTextureImageGenerator.h
@@ -9,6 +9,7 @@ #include "include/core/SkImageGenerator.h" #include "include/gpu/GrBackendSurface.h" +#include "include/gpu/GrRecordingContext.h" #include "include/private/GrResourceKey.h" #include "include/private/SkMutex.h" #include "src/gpu/GrTexture.h"