| Index: Source/WebCore/rendering/RenderLayerCompositor.h
|
| diff --git a/Source/WebCore/rendering/RenderLayerCompositor.h b/Source/WebCore/rendering/RenderLayerCompositor.h
|
| index b8cdf6129387e105130958e5e8543b655378bf3a..a6f4e4e03f302a6917b9e91239f0967fdad7656d 100644
|
| --- a/Source/WebCore/rendering/RenderLayerCompositor.h
|
| +++ b/Source/WebCore/rendering/RenderLayerCompositor.h
|
| @@ -216,9 +216,6 @@ public:
|
| // to know if there is non-affine content, e.g. for drawing into an image.
|
| bool has3DContent() const;
|
|
|
| - // Most platforms connect compositing layer trees between iframes and their parent document.
|
| - // Some (currently just Mac) allow iframes to do their own compositing.
|
| - static bool allowsIndependentlyCompositedFrames(const FrameView*);
|
| bool shouldPropagateCompositingToEnclosingFrame() const;
|
|
|
| static RenderLayerCompositor* frameContentsCompositor(RenderPart*);
|
|
|