Index: Source/core/rendering/FastTextAutosizer.h |
diff --git a/Source/core/rendering/FastTextAutosizer.h b/Source/core/rendering/FastTextAutosizer.h |
index ba7892c316e812a246d3cd287677cb737941c9b8..19f580a65f7243071517565d8f0551c637c41d57 100644 |
--- a/Source/core/rendering/FastTextAutosizer.h |
+++ b/Source/core/rendering/FastTextAutosizer.h |
@@ -198,7 +198,8 @@ private: |
void endLayout(RenderBlock*); |
void inflateTable(RenderTable*); |
void inflate(RenderBlock*); |
- bool enabled(); |
+ bool enabled() const; |
+ bool shouldHandleLayout() const; |
void setAllTextNeedsLayout(); |
void resetMultipliers(); |
void prepareClusterStack(const RenderObject*); |