| OLD | NEW | 
|---|
| 1 /* | 1 /* | 
| 2  * Copyright 2015 Google Inc. | 2  * Copyright 2015 Google Inc. | 
| 3  * | 3  * | 
| 4  * Use of this source code is governed by a BSD-style license that can be | 4  * Use of this source code is governed by a BSD-style license that can be | 
| 5  * found in the LICENSE file. | 5  * found in the LICENSE file. | 
| 6  */ | 6  */ | 
| 7 | 7 | 
| 8 #include "GrAtlasTextBlob.h" | 8 #include "GrAtlasTextBlob.h" | 
| 9 | 9 | 
| 10 #include "GrBlurUtils.h" | 10 #include "GrBlurUtils.h" | 
| (...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 491                      rSubRun.fBulkUseToken.fPlotAlreadyUpdated); | 491                      rSubRun.fBulkUseToken.fPlotAlreadyUpdated); | 
| 492             for (int k = 0; k < lSubRun.fBulkUseToken.fPlotsToUpdate.count(); k+
     +) { | 492             for (int k = 0; k < lSubRun.fBulkUseToken.fPlotsToUpdate.count(); k+
     +) { | 
| 493                 SkASSERT(lSubRun.fBulkUseToken.fPlotsToUpdate[k] == | 493                 SkASSERT(lSubRun.fBulkUseToken.fPlotsToUpdate[k] == | 
| 494                          rSubRun.fBulkUseToken.fPlotsToUpdate[k]); | 494                          rSubRun.fBulkUseToken.fPlotsToUpdate[k]); | 
| 495             }*/ | 495             }*/ | 
| 496         } | 496         } | 
| 497     } | 497     } | 
| 498 } | 498 } | 
| 499 | 499 | 
| 500 #endif | 500 #endif | 
| OLD | NEW | 
|---|