diff options
Diffstat (limited to 'WebCore/platform/graphics/mac/GraphicsLayerCA.h')
-rw-r--r-- | WebCore/platform/graphics/mac/GraphicsLayerCA.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/mac/GraphicsLayerCA.h b/WebCore/platform/graphics/mac/GraphicsLayerCA.h index 49aebba..26a5de6 100644 --- a/WebCore/platform/graphics/mac/GraphicsLayerCA.h +++ b/WebCore/platform/graphics/mac/GraphicsLayerCA.h @@ -165,6 +165,8 @@ private: void commitLayerChangesBeforeSublayers(); void commitLayerChangesAfterSublayers(); + FloatSize constrainedSize() const; + bool requiresTiledLayer(const FloatSize&) const; void swapFromOrToTiledLayer(bool useTiledLayer); |