Index: Source/core/rendering/RenderPagedFlowThread.h |
diff --git a/Source/core/rendering/RenderPagedFlowThread.h b/Source/core/rendering/RenderPagedFlowThread.h |
index d20d7bb32c8935a03488e8b1384d6a699ca73d12..da41adc708cd17c64735f96e353a4a160be8427f 100644 |
--- a/Source/core/rendering/RenderPagedFlowThread.h |
+++ b/Source/core/rendering/RenderPagedFlowThread.h |
@@ -19,11 +19,11 @@ public: |
RenderBlockFlow* pagedBlockFlow() const { return toRenderBlockFlow(parent()); } |
- virtual bool isRenderPagedFlowThread() const OVERRIDE { return true; } |
- virtual bool heightIsAuto() const OVERRIDE { return !columnHeightAvailable(); } |
- virtual const char* renderName() const OVERRIDE; |
- virtual bool needsNewWidth() const OVERRIDE; |
- virtual void updateLogicalWidth() OVERRIDE; |
+ virtual bool isRenderPagedFlowThread() const override { return true; } |
+ virtual bool heightIsAuto() const override { return !columnHeightAvailable(); } |
+ virtual const char* renderName() const override; |
+ virtual bool needsNewWidth() const override; |
+ virtual void updateLogicalWidth() override; |
virtual void layout(); |
}; |