| Index: Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp
|
| index 3baa92ff0c32abab523a7540a7aee2b122fc4499..5c00afeebc8eccd31b4b4a811a1c2a1d35585dfb 100644
|
| --- a/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -1330,15 +1330,6 @@ void GraphicsContext::drawRRect(const SkRRect& rrect, const SkPaint& paint)
|
| m_trackedRegion.didDrawBounded(this, rrect.rect(), paint);
|
| }
|
|
|
| -void GraphicsContext::didDrawRect(const SkRect& rect, const SkPaint& paint, const SkBitmap* bitmap)
|
| -{
|
| - if (contextDisabled())
|
| - return;
|
| -
|
| - if (regionTrackingEnabled())
|
| - m_trackedRegion.didDrawRect(this, rect, paint, bitmap);
|
| -}
|
| -
|
| void GraphicsContext::drawPosText(const void* text, size_t byteLength,
|
| const SkPoint pos[], const SkRect& textRect, const SkPaint& paint)
|
| {
|
|
|