| Index: cc/playback/display_list_recording_source.cc
|
| diff --git a/cc/playback/display_list_recording_source.cc b/cc/playback/display_list_recording_source.cc
|
| index 5f877a0fedb54bdd567582e006e338e4cb109a6e..c06fcfac253b73c0e94e29af39948f998c119635 100644
|
| --- a/cc/playback/display_list_recording_source.cc
|
| +++ b/cc/playback/display_list_recording_source.cc
|
| @@ -18,7 +18,7 @@ namespace {
|
| // Layout pixel buffer around the visible layer rect to record. Any base
|
| // picture that intersects the visible layer rect expanded by this distance
|
| // will be recorded.
|
| -const int kPixelDistanceToRecord = 8000;
|
| +const int kPixelDistanceToRecord = 4000;
|
|
|
| // This is the distance, in layer space, by which the recorded viewport has to
|
| // change before causing a paint of the new content. For example, it means
|
|
|