| commit | 8b7451aaf6b1c71e9d343a4df107893db277b6aa | [log] [tgz] |
|---|---|---|
| author | bsalomon <bsalomon@google.com> | Wed May 11 06:33:06 2016 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Wed May 11 06:33:06 2016 -0700 |
| tree | b1416c3e9a154a74ff004135d41b5eefd68c0ed9 | |
| parent | 70142347f7b4ef49745e828d93026fc153a72845 [diff] [blame] |
Turn ContextInfos returned by GrContextFactory into structs. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1966013002 Review-Url: https://codereview.chromium.org/1966013002
diff --git a/tests/BitmapCopyTest.cpp b/tests/BitmapCopyTest.cpp index fb38c7e..717109d 100644 --- a/tests/BitmapCopyTest.cpp +++ b/tests/BitmapCopyTest.cpp
@@ -667,8 +667,8 @@ const void* srcData = (kSkia8888_GrPixelConfig == desc.fConfig) ? kData : swizData; SkAutoTUnref<GrTexture> texture( - ctxInfo.fGrContext->textureProvider()->createTexture(desc, SkBudgeted::kNo, srcData, - 0)); + ctxInfo.grContext()->textureProvider()->createTexture(desc, SkBudgeted::kNo, + srcData, 0)); if (!texture) { continue;