Index: Source/core/rendering/RenderPart.h |
diff --git a/Source/core/rendering/RenderPart.h b/Source/core/rendering/RenderPart.h |
index c8697a95b51ed8ed248246ed76ae730780218f7a..c042860b81cf4ca050f17f31cac43addf004e972 100644 |
--- a/Source/core/rendering/RenderPart.h |
+++ b/Source/core/rendering/RenderPart.h |
@@ -46,7 +46,7 @@ private: |
virtual bool isRenderPart() const OVERRIDE FINAL { return true; } |
virtual const char* renderName() const OVERRIDE { return "RenderPart"; } |
- virtual CompositingReasons additionalCompositingReasons(CompositingTriggerFlags) const OVERRIDE; |
+ virtual CompositingReasons additionalCompositingReasons() const OVERRIDE; |
}; |
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderPart, isRenderPart()); |