| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index e53ee69fa4a12189f92f24ebc6b6ab43f0f741a3..641a5bd2e305a0c728aee618cba194059828c01f 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -731,7 +731,7 @@ public:
|
| void collectAnnotatedRegions(Vector<AnnotatedRegionValue>&);
|
|
|
| CompositingState compositingState() const;
|
| - virtual CompositingReasons additionalCompositingReasons(CompositingTriggerFlags) const;
|
| + virtual CompositingReasons additionalCompositingReasons() const;
|
|
|
| bool hitTest(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestFilter = HitTestAll);
|
| virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&);
|
|
|