Index: Source/WebCore/platform/graphics/GraphicsLayer.h |
=================================================================== |
--- Source/WebCore/platform/graphics/GraphicsLayer.h (revision 104853) |
+++ Source/WebCore/platform/graphics/GraphicsLayer.h (working copy) |
@@ -237,7 +237,7 @@ |
// Offset is origin of the renderer minus origin of the graphics layer (so either zero or negative). |
IntSize offsetFromRenderer() const { return m_offsetFromRenderer; } |
- void setOffsetFromRenderer(const IntSize& offset) { m_offsetFromRenderer = offset; } |
+ void setOffsetFromRenderer(const IntSize&); |
// The position of the layer (the location of its top-left corner in its parent) |
const FloatPoint& position() const { return m_position; } |