Index: ui/compositor/paint_context.cc |
diff --git a/ui/compositor/paint_context.cc b/ui/compositor/paint_context.cc |
index 0d7d20f784960467187b183e9e512435b8e3db9b..7c44f449d2dc83a00fb9e604df6a6b0b92a042ab 100644 |
--- a/ui/compositor/paint_context.cc |
+++ b/ui/compositor/paint_context.cc |
@@ -38,10 +38,6 @@ PaintContext::PaintContext(cc::DisplayItemList* list, |
#endif |
} |
-PaintContext::PaintContext(gfx::Canvas* canvas) |
- : PaintContext(canvas, gfx::Rect()) { |
-} |
- |
PaintContext::PaintContext(const PaintContext& other, |
const gfx::Vector2d& offset) |
: canvas_(other.canvas_), |