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

Unified Diff: Source/web/PopupMenuTest.cpp

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/web/PopupMenuImpl.cpp ('k') | Source/web/WebAXObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PopupMenuTest.cpp
diff --git a/Source/web/PopupMenuTest.cpp b/Source/web/PopupMenuTest.cpp
index fe326281b550448a5b59eb414c35348c89711da7..4fc1a1a39bb99dfe9088bfe922eca661af2ad2dc 100644
--- a/Source/web/PopupMenuTest.cpp
+++ b/Source/web/PopupMenuTest.cpp
@@ -123,7 +123,7 @@ public:
virtual void setTextFromItem(unsigned listIndex) { }
virtual IntRect elementRectRelativeToViewport() const override { return IntRect(); }
virtual Element& ownerElement() const override { return *toElement(m_node); }
- virtual LayoutStyle* layoutStyleForItem(Element& element) const override { return nullptr; }
+ virtual ComputedStyle* computedStyleForItem(Element& element) const override { return nullptr; }
virtual FontSelector* fontSelector() const { return 0; }
virtual HostWindow* hostWindow() const { return 0; }
« no previous file with comments | « Source/web/PopupMenuImpl.cpp ('k') | Source/web/WebAXObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698