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

Unified Diff: Source/core/html/HTMLOptGroupElement.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/HTMLNoScriptElement.cpp ('k') | Source/core/html/HTMLOptGroupElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLOptGroupElement.h
diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h
index 8bd5f89afb52f86216169c80f784fff0f77a7f9a..2a6803dd246e7fe82945027b57789f71dc4e051c 100644
--- a/Source/core/html/HTMLOptGroupElement.h
+++ b/Source/core/html/HTMLOptGroupElement.h
@@ -54,14 +54,14 @@ private:
virtual void detach(const AttachContext& = AttachContext()) override;
// <optgroup> might not have a renderer so we manually manage a cached style.
- void updateNonLayoutStyle();
- virtual LayoutStyle* nonRendererStyle() const override;
- virtual PassRefPtr<LayoutStyle> customStyleForLayoutObject() override;
+ void updateNonComputedStyle();
+ virtual ComputedStyle* nonLayoutObjectComputedStyle() const override;
+ virtual PassRefPtr<ComputedStyle> customStyleForLayoutObject() override;
void updateGroupLabel();
void recalcSelectOptions();
- RefPtr<LayoutStyle> m_style;
+ RefPtr<ComputedStyle> m_style;
};
} // namespace blink
« no previous file with comments | « Source/core/html/HTMLNoScriptElement.cpp ('k') | Source/core/html/HTMLOptGroupElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698