| Index: third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
|
| index 5df99fcd381f977d2861dd630e926e903b7837f6..2c581383feb436ac216367a2433e6cf9b506fdd2 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
|
| @@ -26,7 +26,7 @@ class ViewportScrollCallback;
|
| // as the root scroller and ensures that Element is used to scroll top controls
|
| // and provide overscroll effects.
|
| // TODO(bokan): This class is currently OOPIF unaware. It should be broken into
|
| -// a standalone class and placed on a Page level object. crbug.com/505516
|
| +// a standalone class and placed on a Page level object. crbug.com/642378.
|
| class CORE_EXPORT TopDocumentRootScrollerController
|
| : public RootScrollerController {
|
| public:
|
|
|