| Index: Source/core/html/forms/PopupMenuClient.h
|
| diff --git a/Source/core/html/forms/PopupMenuClient.h b/Source/core/html/forms/PopupMenuClient.h
|
| index 44c2051708d5532a0592e47890db3c3c799102b4..8c8a5d958fba5b93d3e8aedc0b2d7999591c974d 100644
|
| --- a/Source/core/html/forms/PopupMenuClient.h
|
| +++ b/Source/core/html/forms/PopupMenuClient.h
|
| @@ -31,7 +31,7 @@
|
| namespace blink {
|
|
|
| class Element;
|
| -class LayoutStyle;
|
| +class ComputedStyle;
|
|
|
| class CORE_EXPORT PopupMenuClient {
|
| public:
|
| @@ -57,7 +57,7 @@ public:
|
| virtual void setTextFromItem(unsigned listIndex) = 0;
|
| virtual IntRect elementRectRelativeToViewport() const = 0;
|
| virtual Element& ownerElement() const = 0;
|
| - virtual const LayoutStyle* layoutStyleForItem(Element&) const = 0;
|
| + virtual const ComputedStyle* computedStyleForItem(Element&) const = 0;
|
|
|
| virtual void listBoxSelectItem(int /*listIndex*/, bool /*allowMultiplySelections*/, bool /*shift*/, bool /*fireOnChangeNow*/ = true) { ASSERT_NOT_REACHED(); }
|
| virtual bool multiple() const
|
|
|