| Index: sky/engine/core/rendering/style/RenderStyle.h
|
| diff --git a/sky/engine/core/rendering/style/RenderStyle.h b/sky/engine/core/rendering/style/RenderStyle.h
|
| index 183b4b58bc13e408a4dfc7441b7c9927ca59fc08..6332853b7be78553b0839d04bf6671834daf2b88 100644
|
| --- a/sky/engine/core/rendering/style/RenderStyle.h
|
| +++ b/sky/engine/core/rendering/style/RenderStyle.h
|
| @@ -301,9 +301,6 @@ public:
|
| void inheritFrom(const RenderStyle* inheritParent, IsAtShadowBoundary = NotAtShadowBoundary);
|
| void copyNonInheritedFrom(const RenderStyle*);
|
|
|
| - // FIXME(sky): Remove this.
|
| - PseudoId styleType() const { return NOPSEUDO; }
|
| -
|
| void setHasViewportUnits(bool hasViewportUnits = true) const { noninherited_flags.hasViewportUnits = hasViewportUnits; }
|
| bool hasViewportUnits() const { return noninherited_flags.hasViewportUnits; }
|
|
|
|
|