Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / paint / BackgroundImageGeometry.cpp
index bc59f40..b4a4795 100644 (file)
@@ -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