| Index: third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h b/third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h
|
| index 3588d0190b2539d7ff1d59d364459536681f1c2d..45ff6a45986608f0ed33cf7a765950427967df7d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h
|
| @@ -20,7 +20,8 @@ class DisplayItemClient;
|
|
|
| struct RasterInvalidationInfo {
|
| DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| - // This is for comparison only. Don't dereference because the client may have died.
|
| + // This is for comparison only. Don't dereference because the client may have
|
| + // died.
|
| const DisplayItemClient* client;
|
| String clientDebugName;
|
| IntRect rect;
|
|
|