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

Unified Diff: cc/debug/rasterize_and_record_benchmark_impl.cc

Issue 367833003: cc: Start using raster/eviction iterators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 2 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
Index: cc/debug/rasterize_and_record_benchmark_impl.cc
diff --git a/cc/debug/rasterize_and_record_benchmark_impl.cc b/cc/debug/rasterize_and_record_benchmark_impl.cc
index dbf74a42e01779eb75cdf6b144d51807b84ed7dc..48bfd43c75c576847b4393233fd0947ebd0f8dd1 100644
--- a/cc/debug/rasterize_and_record_benchmark_impl.cc
+++ b/cc/debug/rasterize_and_record_benchmark_impl.cc
@@ -137,6 +137,10 @@ class FixedInvalidationPictureLayerTilingClient
virtual WhichTree GetTree() const OVERRIDE { return base_client_->GetTree(); }
+ virtual bool RequiresHighResToDraw() const OVERRIDE {
+ return base_client_->RequiresHighResToDraw();
+ }
+
private:
PictureLayerTilingClient* base_client_;
Region invalidation_;

Powered by Google App Engine
This is Rietveld 408576698