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

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

Issue 796713002: Turn StyleSharing to 11. (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/SharedStyleFinder.h
diff --git a/sky/engine/core/css/resolver/SharedStyleFinder.h b/sky/engine/core/css/resolver/SharedStyleFinder.h
index 6c602019a273a5932ab3721a106a74ebee3e45eb..46602619e11fb35ae8aeeacfc8f8861c2b862c0a 100644
--- a/sky/engine/core/css/resolver/SharedStyleFinder.h
+++ b/sky/engine/core/css/resolver/SharedStyleFinder.h
@@ -46,6 +46,7 @@ public:
, m_features(features)
, m_styleResolver(styleResolver)
, m_context(context)
+ , m_renderingParent(nullptr)
{ }
RenderStyle* findSharedStyle();
@@ -71,6 +72,7 @@ private:
const RuleFeatureSet& m_features;
StyleResolver& m_styleResolver;
const ElementResolveContext& m_context;
+ ContainerNode* m_renderingParent;
};
} // namespace blink
« no previous file with comments | « no previous file | sky/engine/core/css/resolver/SharedStyleFinder.cpp » ('j') | sky/engine/core/css/resolver/SharedStyleFinder.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698