Index: Source/platform/graphics/GraphicsContext.cpp |
diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp |
index e2b091292f892a9b8631b9a334c861099df9771b..fc49caf77fc95576d48cbd339b84c49380989064 100644 |
--- a/Source/platform/graphics/GraphicsContext.cpp |
+++ b/Source/platform/graphics/GraphicsContext.cpp |
@@ -330,16 +330,6 @@ bool GraphicsContext::hasShadow() const |
return !!immutableState()->drawLooper(); |
} |
-FloatRect GraphicsContext::getClipBounds() const |
-{ |
- if (paintingDisabled()) |
- return FloatRect(); |
- SkRect rect; |
- if (!m_canvas->getClipBounds(&rect)) |
- return FloatRect(); |
- return FloatRect(rect); |
-} |
- |
bool GraphicsContext::getTransformedClipBounds(FloatRect* bounds) const |
{ |
if (paintingDisabled()) |