Index: cc/resources/picture_pile.cc |
diff --git a/cc/resources/picture_pile.cc b/cc/resources/picture_pile.cc |
index 372bcbdc01024193e92314f9538e27cf8caed897..2f62056b2e6407e7d706e07addecc6735c75c1c4 100644 |
--- a/cc/resources/picture_pile.cc |
+++ b/cc/resources/picture_pile.cc |
@@ -505,7 +505,6 @@ bool PicturePile::UpdateAndExpandInvalidation( |
// the pile after each invalidation. |
is_suitable_for_gpu_rasterization_ &= |
picture->IsSuitableForGpuRasterization(); |
- has_text_ |= picture->HasText(); |
base::TimeDelta duration = |
stats_instrumentation->EndRecording(start_time); |
best_duration = std::min(duration, best_duration); |