Commit c3ffc7ff authored by leviw@chromium.org's avatar leviw@chromium.org

Update ForceHorriblySlowRectMapping comment

It still references LayoutState.

Review URL: https://codereview.chromium.org/1312533002

git-svn-id: svn://svn.chromium.org/blink/trunk@201020 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 82f64862
......@@ -238,11 +238,10 @@ private:
DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutView, isLayoutView());
// Suspends the LayoutState cached offset and clipRect optimization. Used under transforms
// that cannot be represented by LayoutState (common in SVG) and when manipulating the layout
// tree during layout in ways that can trigger paint invalidation of a non-child (e.g. when a list item
// moves its list marker around). Note that even when disabled, LayoutState is still used to
// store layoutDelta.
// Suspends the PaintInvalidationState cached offset and clipRect optimization. Used under transforms
// that cannot be represented by PaintInvalidationState (common in SVG) and when paint invalidation
// containers don't follow the common tree-walk algorithm (e.g. when an absolute positioned descendant
// is nested under a relatively positioned inline-block child).
class ForceHorriblySlowRectMapping {
WTF_MAKE_NONCOPYABLE(ForceHorriblySlowRectMapping);
public:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment