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

Unified Diff: Source/core/dom/Document.h

Issue 712333004: Create the document font using normal FontBuilder calls. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Recreate patch on new master. Created 5 years, 10 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/css/resolver/StyleResolver.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index db8a9538b3bc4e32b91ee151aaff686bedc8c68e..427ecdc987e2690d4c3410be7c9a0d4cef78b41c 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -465,7 +465,7 @@ public:
// Special support for editing
PassRefPtrWillBeRawPtr<Text> createEditingTextNode(const String&);
- void setupFontBuilder(RenderStyle* documentStyle);
+ void createFont(RenderStyle* documentStyle);
bool needsRenderTreeUpdate() const;
void updateRenderTreeIfNeeded() { updateRenderTree(NoChange); }
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698