| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.h
 | 
| index ab76e52f8da34e14aa0ccf05fb0e5a91f09e5c3f..43c96de24f82cc7007e7f89d4e77d11b64f11911 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.h
 | 
| @@ -36,12 +36,12 @@ class SVGFilterGraphNodeMap;
 | 
|  class FilterData final : public GarbageCollected<FilterData> {
 | 
|   public:
 | 
|    /*
 | 
| -     * The state transitions should follow the following:
 | 
| -     * Initial -> RecordingContent -> ReadyToPaint -> PaintingFilter -> ReadyToPaint
 | 
| -     *               |     ^                              |     ^
 | 
| -     *               v     |                              v     |
 | 
| -     *     RecordingContentCycleDetected            PaintingFilterCycle
 | 
| -     */
 | 
| +   * The state transitions should follow the following:
 | 
| +   * Initial->RecordingContent->ReadyToPaint->PaintingFilter->ReadyToPaint
 | 
| +   *              |     ^                       |     ^
 | 
| +   *              v     |                       v     |
 | 
| +   *     RecordingContentCycleDetected     PaintingFilterCycle
 | 
| +   */
 | 
|    enum FilterDataState {
 | 
|      Initial,
 | 
|      RecordingContent,
 | 
| 
 |