Commit 9b7a2e09 authored by Yoshifumi Inoue's avatar Yoshifumi Inoue Committed by Commit Bot

Get rid of unused declaration of Element::RecalcOwnStyleForReattach()

This patch gets rid of unused declaration |Element::RecalcOwnStyleForReattach()|
for improving code health.

Change-Id: I9c9b1331a59614d8bdf8f1ced03e4e8348db0da0
Reviewed-on: https://chromium-review.googlesource.com/1058877
Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558644}
parent c185e5a2
...@@ -966,7 +966,6 @@ class CORE_EXPORT Element : public ContainerNode { ...@@ -966,7 +966,6 @@ class CORE_EXPORT Element : public ContainerNode {
scoped_refptr<ComputedStyle> PropagateInheritedProperties(StyleRecalcChange); scoped_refptr<ComputedStyle> PropagateInheritedProperties(StyleRecalcChange);
StyleRecalcChange RecalcOwnStyle(StyleRecalcChange); StyleRecalcChange RecalcOwnStyle(StyleRecalcChange);
void RecalcOwnStyleForReattach();
void RecalcShadowIncludingDescendantStylesForReattach(); void RecalcShadowIncludingDescendantStylesForReattach();
void RecalcShadowRootStylesForReattach(); void RecalcShadowRootStylesForReattach();
......
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