| Index: third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
|
| index 3b5c1388d69965aa6f0e4184c67e68f0c6f46a38..1015803e98eace1e5b8dd0e24e463cd540b9762d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
|
| @@ -16,13 +16,15 @@ namespace blink {
|
| class GraphicsContext;
|
| class PaintController;
|
|
|
| -// SubsequenceRecorder records BeginSubsequenceDisplayItem and EndSubsequenceDisplayItem
|
| -// sentinels at either end of a continguous sequence of DisplayItems, and supports
|
| -// caching via a CachedDisplayItem with the CachedSubsequence DisplayItem type.
|
| +// SubsequenceRecorder records BeginSubsequenceDisplayItem and
|
| +// EndSubsequenceDisplayItem sentinels at either end of a continguous sequence
|
| +// of DisplayItems, and supports caching via a CachedDisplayItem with the
|
| +// CachedSubsequence DisplayItem type.
|
| //
|
| -// Also note that useCachedSubsequenceIfPossible is not sufficient to determine whether a
|
| -// CachedSubsequence can be used. In particular, the client is responsible for checking that
|
| -// none of the DisplayItemClients that contribute to the subsequence have been invalidated.
|
| +// Also note that useCachedSubsequenceIfPossible is not sufficient to determine
|
| +// whether a CachedSubsequence can be used. In particular, the client is
|
| +// responsible for checking that none of the DisplayItemClients that contribute
|
| +// to the subsequence have been invalidated.
|
| //
|
| class PLATFORM_EXPORT SubsequenceRecorder final {
|
| DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
|
|