Commit e2b21b06 authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

Enable LayoutNG for <meter>

This CL should have no behavior changes.

Bug: 1040826
Change-Id: Ib240a84ea0eb1beed19e61acf4a3ce5dfa7e44db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002037Reviewed-by: default avatarYoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731857}
parent 8c11e35b
......@@ -71,7 +71,6 @@ class CORE_EXPORT HTMLMeterElement final : public HTMLElement {
bool AreAuthorShadowsAllowed() const override { return false; }
bool IsLabelable() const override { return true; }
bool TypeShouldForceLegacyLayout() const final { return true; }
LayoutObject* CreateLayoutObject(const ComputedStyle&, LegacyLayout) override;
void ParseAttribute(const AttributeModificationParams&) override;
......
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