Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: skia/ext/benchmarking_canvas.h

Issue 993893004: Add back overdraw visualization for Skia BenchmarkingCanvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove todo Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | skia/ext/benchmarking_canvas.cc » ('j') | skia/ext/benchmarking_canvas.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/benchmarking_canvas.h
diff --git a/skia/ext/benchmarking_canvas.h b/skia/ext/benchmarking_canvas.h
index 4f2e25718e5060822ed8ea12a8cbf83952f853f5..18a26ca7823d65bdf18f7958a03c4d46b8ef0bb6 100644
--- a/skia/ext/benchmarking_canvas.h
+++ b/skia/ext/benchmarking_canvas.h
@@ -16,8 +16,6 @@ public:
~BenchmarkingCanvas() override;
enum Flags {
- // TODO(fmalita): add overdraw visualization support
- // (http://crbug.com/461534)
kOverdrawVisualization_Flag = 0x01,
};
« no previous file with comments | « no previous file | skia/ext/benchmarking_canvas.cc » ('j') | skia/ext/benchmarking_canvas.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698