Index: Source/core/rendering/compositing/RenderLayerCompositor.h |
diff --git a/Source/core/rendering/compositing/RenderLayerCompositor.h b/Source/core/rendering/compositing/RenderLayerCompositor.h |
index 16170fa6115b3b7368b01c308dc0c5bd7e4a4e1a..c7ec895b7ea3bf290487f884efd35e391f06f64c 100644 |
--- a/Source/core/rendering/compositing/RenderLayerCompositor.h |
+++ b/Source/core/rendering/compositing/RenderLayerCompositor.h |
@@ -135,6 +135,9 @@ public: |
static RenderLayerCompositor* frameContentsCompositor(RenderPart*); |
// Return true if the layers changed. |
static bool parentFrameContentLayers(RenderPart*); |
+ // Returns true if a suitable enclosing composited layer was found. |
+ static bool computeEnclosingCompositingLayer(Node*, RenderLayer*&, GraphicsLayer*&); |
+ static void convertTargetSpaceQuadToCompositedLayer(const FloatQuad& targetSpaceQuad, RenderObject* targetRenderer, RenderObject* compositedRenderer, FloatQuad& compositedSpaceQuad); |
// Update the geometry of the layers used for clipping and scrolling in frames. |
void frameViewDidChangeLocation(const IntPoint& contentsOffset); |