| Index: src/gpu/effects/GrDisableColorXP.cpp
 | 
| diff --git a/src/gpu/effects/GrDisableColorXP.cpp b/src/gpu/effects/GrDisableColorXP.cpp
 | 
| index 937bea8c35b5f1b7058a262a5cbc773f5b59e41d..70e40e4a14aeb0c49c4afec71bbc25ac8c69ec19 100644
 | 
| --- a/src/gpu/effects/GrDisableColorXP.cpp
 | 
| +++ b/src/gpu/effects/GrDisableColorXP.cpp
 | 
| @@ -6,7 +6,6 @@
 | 
|   */
 | 
|  
 | 
|  #include "effects/GrDisableColorXP.h"
 | 
| -#include "GrPipeline.h"
 | 
|  #include "GrProcessor.h"
 | 
|  #include "glsl/GrGLSLFragmentShaderBuilder.h"
 | 
|  #include "glsl/GrGLSLProgramDataManager.h"
 | 
| @@ -98,7 +97,6 @@ GrDisableColorXPFactory::onCreateXferProcessor(const GrCaps& caps,
 | 
|                                                 const GrPipelineOptimizations& optimizations,
 | 
|                                                 bool hasMixedSamples,
 | 
|                                                 const DstTexture* dst) const {
 | 
| -    SkASSERT(!optimizations.fOverrides.fUsePLSDstRead);
 | 
|      return DisableColorXP::Create();
 | 
|  }
 | 
|  
 | 
| 
 |