summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/forms/menu_list_inner_element.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/forms/menu_list_inner_element.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/html/forms/menu_list_inner_element.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/forms/menu_list_inner_element.cc b/chromium/third_party/blink/renderer/core/html/forms/menu_list_inner_element.cc
index f96b288b259..90e3bcb8088 100644
--- a/chromium/third_party/blink/renderer/core/html/forms/menu_list_inner_element.cc
+++ b/chromium/third_party/blink/renderer/core/html/forms/menu_list_inner_element.cc
@@ -16,8 +16,8 @@ MenuListInnerElement::MenuListInnerElement(Document& document)
SetHasCustomStyleCallbacks();
}
-scoped_refptr<ComputedStyle>
-MenuListInnerElement::CustomStyleForLayoutObject() {
+scoped_refptr<ComputedStyle> MenuListInnerElement::CustomStyleForLayoutObject(
+ const StyleRecalcContext& style_recalc_context) {
const ComputedStyle& parent_style = OwnerShadowHost()->ComputedStyleRef();
scoped_refptr<ComputedStyle> style =
ComputedStyle::CreateAnonymousStyleWithDisplay(parent_style,