| Index: src/gpu/effects/GrXfermodeFragmentProcessor.cpp
|
| diff --git a/src/gpu/effects/GrXfermodeFragmentProcessor.cpp b/src/gpu/effects/GrXfermodeFragmentProcessor.cpp
|
| index 051061ffa897c85d9b9cd3b8affbb1ae2a4c4ff8..fba4050f711fae753af7706e6e63c9f5a63ba15c 100644
|
| --- a/src/gpu/effects/GrXfermodeFragmentProcessor.cpp
|
| +++ b/src/gpu/effects/GrXfermodeFragmentProcessor.cpp
|
| @@ -98,10 +98,10 @@ void GLComposeTwoFragmentProcessor::emitCode(EmitArgs& args) {
|
| }
|
|
|
| // declare outputColor and emit the code for each of the two children
|
| - SkString srcColor("src");
|
| + SkString srcColor("xfer_src");
|
| this->emitChild(0, inputColor, &srcColor, args);
|
|
|
| - SkString dstColor("dst");
|
| + SkString dstColor("xfer_dst");
|
| this->emitChild(1, inputColor, &dstColor, args);
|
|
|
| // emit blend code
|
|
|