commit | 8afde5f395088351ea43045a380e2feb55bf88ea | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Wed Apr 01 16:22:00 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Apr 02 15:06:16 2020 +0000 |
tree | b534d6853d877ff23ebd436501d4be71463fc6b4 | |
parent | c3ce54a8a718d9e92db5242d3bfb10ef4007ce9b [diff] [blame] |
Rename outputView->writeView and outputSwizzle->writeSwizzle Change-Id: Ib09550201bc1556e04555fc7dc9408ab469684a0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/280964 Commit-Queue: Greg Daniel <egdaniel@google.com> Auto-Submit: Brian Salomon <bsalomon@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
diff --git a/samplecode/SampleCCPRGeometry.cpp b/samplecode/SampleCCPRGeometry.cpp index ece956b..3e5eacb 100644 --- a/samplecode/SampleCCPRGeometry.cpp +++ b/samplecode/SampleCCPRGeometry.cpp
@@ -99,7 +99,7 @@ return GrProcessorSet::EmptySetAnalysis(); } void onPrePrepare(GrRecordingContext*, - const GrSurfaceProxyView* outputView, + const GrSurfaceProxyView* writeView, GrAppliedClip*, const GrXferProcessor::DstProxyView&) override {} void onPrepare(GrOpFlushState*) override {}