| 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_;
|
|
|