| Index: Source/core/paint/BackgroundImageGeometry.cpp
|
| diff --git a/Source/core/paint/BackgroundImageGeometry.cpp b/Source/core/paint/BackgroundImageGeometry.cpp
|
| index bc59f40eafd48ff2ecde3afb4c16db7931148931..b4a479509501fc3252b513c523a6802cd4ff8e55 100644
|
| --- a/Source/core/paint/BackgroundImageGeometry.cpp
|
| +++ b/Source/core/paint/BackgroundImageGeometry.cpp
|
| @@ -31,11 +31,4 @@ void BackgroundImageGeometry::clip(const IntRect& clipRect)
|
| m_destRect.intersect(clipRect);
|
| }
|
|
|
| -IntPoint BackgroundImageGeometry::relativePhase() const
|
| -{
|
| - IntPoint phase = m_phase;
|
| - phase += m_destRect.location() - m_destOrigin;
|
| - return phase;
|
| -}
|
| -
|
| } // namespace blink
|
|
|