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

Unified Diff: Source/core/css/resolver/FontBuilder.h

Issue 686723002: Improve RAII of StyleResolverState. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix assertions. Created 6 years, 2 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
Index: Source/core/css/resolver/FontBuilder.h
diff --git a/Source/core/css/resolver/FontBuilder.h b/Source/core/css/resolver/FontBuilder.h
index 964c3ddae2d89393e849aadbcfbeb8ce226543dd..0f57b20db6e10bb87ebcac51f27c6ed0dc9b3cf8 100644
--- a/Source/core/css/resolver/FontBuilder.h
+++ b/Source/core/css/resolver/FontBuilder.h
@@ -41,9 +41,8 @@ class FontBuilder {
STACK_ALLOCATED();
WTF_MAKE_NONCOPYABLE(FontBuilder);
public:
- FontBuilder(const Document&);
+ FontBuilder(const Document&, RenderStyle*);
- void setStyle(RenderStyle* style) { m_style = style; }
void setInitial(float effectiveZoom);
void didChangeFontParameters(bool);

Powered by Google App Engine
This is Rietveld 408576698