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

Unified Diff: Source/core/rendering/FastTextAutosizer.h

Issue 138143004: [FastTextAutosizer] Refactor FTA::inflate() to be internal to FTA (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/rendering/FastTextAutosizer.h
diff --git a/Source/core/rendering/FastTextAutosizer.h b/Source/core/rendering/FastTextAutosizer.h
index 120d53ca1c0e80e1ddb4411efd7445f46fa4ac70..f7986cb62b174f940924c7dc02da326c1e5a1ebc 100644
--- a/Source/core/rendering/FastTextAutosizer.h
+++ b/Source/core/rendering/FastTextAutosizer.h
@@ -62,7 +62,6 @@ public:
void destroy(RenderBlock*);
void beginLayout(RenderBlock*);
- void inflate(RenderBlock*);
void endLayout(RenderBlock*);
private:
@@ -98,6 +97,7 @@ private:
explicit FastTextAutosizer(Document*);
+ void inflate(RenderBlock*);
bool enabled();
void prepareRenderViewInfo(RenderView*);
bool shouldBeClusterRoot(RenderBlock*);
« no previous file with comments | « no previous file | Source/core/rendering/FastTextAutosizer.cpp » ('j') | Source/core/rendering/FastTextAutosizer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698