| Index: skia/ext/analysis_canvas.cc
|
| diff --git a/skia/ext/analysis_canvas.cc b/skia/ext/analysis_canvas.cc
|
| index 1b8694a1ccccf507552df2f266f416d9d618aec7..102c63e1601e604af24d20dd326525cb965c6563 100644
|
| --- a/skia/ext/analysis_canvas.cc
|
| +++ b/skia/ext/analysis_canvas.cc
|
| @@ -351,7 +351,7 @@ bool AnalysisCanvas::GetColorIfSolid(SkColor* color) const {
|
| return false;
|
| }
|
|
|
| -bool AnalysisCanvas::abortDrawing() {
|
| +bool AnalysisCanvas::abort() {
|
| // Early out as soon as we have more than one draw op.
|
| // TODO(vmpstr): Investigate if 1 is the correct metric here. We need to
|
| // balance the amount of time we spend analyzing vs how many tiles would be
|
|
|