Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: Source/core/html/forms/PopupMenuClient.h

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/forms/InputTypeView.cpp ('k') | Source/core/html/forms/RangeInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/html/forms/InputTypeView.cpp ('k') | Source/core/html/forms/RangeInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698