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

Unified Diff: sky/engine/core/css/resolver/StyleResolverState.h

Issue 788883005: Remove REM units. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
Index: sky/engine/core/css/resolver/StyleResolverState.h
diff --git a/sky/engine/core/css/resolver/StyleResolverState.h b/sky/engine/core/css/resolver/StyleResolverState.h
index ea9061c7830799da279f6b17e1c09aedc09496c7..ab81f2744c8157f2e950249020afce1ae30771f9 100644
--- a/sky/engine/core/css/resolver/StyleResolverState.h
+++ b/sky/engine/core/css/resolver/StyleResolverState.h
@@ -53,7 +53,6 @@ public:
// These are all just pass-through methods to ElementResolveContext.
Element* element() const { return m_elementContext.element(); }
const ContainerNode* parentNode() const { return m_elementContext.parentNode(); }
- const RenderStyle* rootElementStyle() const { return m_elementContext.rootElementStyle(); }
bool distributedToInsertionPoint() const { return m_elementContext.distributedToInsertionPoint(); }
« no previous file with comments | « sky/engine/core/css/resolver/StyleBuilderCustom.cpp ('k') | sky/engine/core/css/resolver/StyleResolverState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698