| Index: cc/playback/recording_source.cc
|
| diff --git a/cc/playback/recording_source.cc b/cc/playback/recording_source.cc
|
| index 4cd414c0bd177225b26fca507787e8de740330c0..fee770904a1badc57129963be5ad1438dc51521c 100644
|
| --- a/cc/playback/recording_source.cc
|
| +++ b/cc/playback/recording_source.cc
|
| @@ -136,11 +136,8 @@ bool RecordingSource::UpdateAndExpandInvalidation(
|
| ScopedRecordingSourceUpdateTimer timer;
|
| bool updated = false;
|
|
|
| - // TODO(chrishtr): delete this conditional once synchronized paint launches.
|
| - if (size_ != layer_size) {
|
| + if (size_ != layer_size)
|
| size_ = layer_size;
|
| - updated = true;
|
| - }
|
|
|
| invalidation_.Swap(invalidation);
|
| invalidation_.Clear();
|
|
|