Chromium Code Reviews| Index: Source/core/rendering/RenderBox.h |
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h |
| index d546a06a66bc5e72f18b50919096123a69aa30e0..c5350469796db2a0c4cc069674fedbce40aa632d 100644 |
| --- a/Source/core/rendering/RenderBox.h |
| +++ b/Source/core/rendering/RenderBox.h |
| @@ -530,6 +530,8 @@ public: |
| return true; |
| } |
| + bool tryLayoutDoingResizeOnly(); |
| + |
| LayoutRect maskClipRect(); |
| virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE; |