Index: Source/core/rendering/RenderRuby.h |
diff --git a/Source/core/rendering/RenderRuby.h b/Source/core/rendering/RenderRuby.h |
index d9da35b9f3bab7b494dcea51f3bc48e3fce6c833..85378cd78c1233d47a6ed70fba40d8888a3af699 100644 |
--- a/Source/core/rendering/RenderRuby.h |
+++ b/Source/core/rendering/RenderRuby.h |
@@ -65,7 +65,6 @@ protected: |
private: |
virtual bool isRuby() const { return true; } |
virtual const char* renderName() const { return "RenderRuby (inline)"; } |
- virtual bool supportsPartialLayout() const OVERRIDE { return false; } |
virtual bool createsAnonymousWrapper() const { return true; } |
virtual void removeLeftoverAnonymousBlock(RenderBlock*) { ASSERT_NOT_REACHED(); } |
}; |