diff options
Diffstat (limited to 'WebCore/rendering/RenderLayerCompositor.h')
-rw-r--r-- | WebCore/rendering/RenderLayerCompositor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/rendering/RenderLayerCompositor.h b/WebCore/rendering/RenderLayerCompositor.h index b4e3afe..ad1e2e1 100644 --- a/WebCore/rendering/RenderLayerCompositor.h +++ b/WebCore/rendering/RenderLayerCompositor.h @@ -151,8 +151,9 @@ public: // to know if there is non-affine content, e.g. for drawing into an image. bool has3DContent() const; - // Some platforms may wish to connect compositing layer trees between iframes and - // their parent document. + // 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 allowsIndependentlyCompositedIFrames(const FrameView*); bool shouldPropagateCompositingToEnclosingIFrame() const; // FIXME: This should be a RenderIFrame* |