| Index: third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h b/third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h
|
| index 6341b033d3bc29175d5344cf0522a98846ba2b4f..8688ab801edf1f4b086ff88466b68d76f993e6b4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h
|
| @@ -51,7 +51,7 @@ struct PaintChunk {
|
| // A chunk whose client is just created should not match any cached chunk,
|
| // even if it's id equals the old chunk's id (which may happen if this chunk's
|
| // client is just created at the same address of the old chunk's deleted client).
|
| - return !id->client.isJustCreated();
|
| + return true; // !id->client.isJustCreated();
|
| }
|
|
|
| // Index of the first drawing in this chunk.
|
|
|