Chromium Code Reviews| Index: Source/core/rendering/RenderFlowThread.h |
| diff --git a/Source/core/rendering/RenderFlowThread.h b/Source/core/rendering/RenderFlowThread.h |
| index 27ea3acc7d447c6ea71bedc17c0a483f60a850a7..3f3877f60436ae8b69d797b3f727faac1fe31b74 100644 |
| --- a/Source/core/rendering/RenderFlowThread.h |
| +++ b/Source/core/rendering/RenderFlowThread.h |
| @@ -87,6 +87,7 @@ public: |
| // Check if the content is flown into at least a region with region styling rules. |
| bool hasRegionsWithStyling() const { return m_hasRegionsWithStyling; } |
| void checkRegionsWithStyling(); |
| + virtual void regionChangedWritingMode(RenderRegion* region) { } |
|
esprehn
2013/08/08 03:10:39
leave off "region", it adds no value.
mstensho (USE GERRIT)
2013/08/08 06:51:50
Done.
|
| void validateRegions(); |
| void invalidateRegions(); |