Index: skia/ext/analysis_canvas.cc |
diff --git a/skia/ext/analysis_canvas.cc b/skia/ext/analysis_canvas.cc |
index 0ff16602d9cc1a8787c2f94a40f5bb7584c5fab7..d7b2f0ee9509d6c1915e2b886085e60c4d934165 100644 |
--- a/skia/ext/analysis_canvas.cc |
+++ b/skia/ext/analysis_canvas.cc |
@@ -325,7 +325,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 |