| Index: third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h b/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
| index ce043ce2e8a411e156c0fe32d246d0d2142cc473..26b27c47f3ba60bd39f74991c398e869c5018eb4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
| @@ -16,9 +16,9 @@
|
|
|
| namespace blink {
|
|
|
| -// A scroll node contains auxiliary scrolling information for compositor-thread
|
| -// scrolling and includes how far an area can be scrolled, which
|
| -// |TransformPaintPropertyNode| contains the scroll offset, etc.
|
| +// A scroll node contains auxiliary scrolling information such as how far an
|
| +// area can be scrolled, which |TransformPaintPropertyNode| contains the scroll
|
| +// offset, etc.
|
| class PLATFORM_EXPORT ScrollPaintPropertyNode : public RefCounted<ScrollPaintPropertyNode> {
|
| public:
|
| static PassRefPtr<ScrollPaintPropertyNode> create(
|
|
|