Commit 6dd8689b authored by Navid Zolghadr's avatar Navid Zolghadr Committed by Commit Bot

Remove the redundant struct AnimatingData

Change-Id: Ib59636f289e7bf0ef90a9e1120b729c04ef98ccd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939247Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719520}
parent 1c00df92
......@@ -1302,15 +1302,6 @@ static void ApplyToGraphicsLayers(const CompositedLayerMapping* mapping,
f(mapping->DecorationOutlineLayer());
}
struct AnimatingData {
STACK_ALLOCATED();
public:
Persistent<Node> owning_node = nullptr;
Persistent<Element> animating_element = nullptr;
const ComputedStyle* animating_style = nullptr;
};
// You receive an element id if you have an animation, or you're a scroller (and
// might impl animate).
//
......
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