| Index: third_party/WebKit/Source/core/layout/HitTestingTransformState.h
|
| diff --git a/third_party/WebKit/Source/core/layout/HitTestingTransformState.h b/third_party/WebKit/Source/core/layout/HitTestingTransformState.h
|
| index a6fe1a598273d0678a606145fd119762c43b652b..76cb4e5c11acec478f2f0ab2fab0d1af8bd5a982 100644
|
| --- a/third_party/WebKit/Source/core/layout/HitTestingTransformState.h
|
| +++ b/third_party/WebKit/Source/core/layout/HitTestingTransformState.h
|
| @@ -36,12 +36,10 @@
|
|
|
| namespace blink {
|
|
|
| -// FIXME: Now that TransformState lazily creates its TransformationMatrix it
|
| -// takes up less space.
|
| -// So there's really no need for a ref counted version. So This class should be
|
| -// removed and replaced with TransformState. There are some minor differences
|
| -// (like the way translate() works slightly differently than move()) so care has
|
| -// to be taken when this is done.
|
| +// FIXME: Now that TransformState lazily creates its TransformationMatrix it takes up less space.
|
| +// So there's really no need for a ref counted version. So This class should be removed and replaced
|
| +// with TransformState. There are some minor differences (like the way translate() works slightly
|
| +// differently than move()) so care has to be taken when this is done.
|
| class HitTestingTransformState : public RefCounted<HitTestingTransformState> {
|
| public:
|
| static PassRefPtr<HitTestingTransformState> create(const FloatPoint& p,
|
|
|