Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: third_party/WebKit/Source/core/layout/HitTestingTransformState.h

Issue 2395683002: Revert of Reformat comments in core/layout up until LayoutBox (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698