| Index: third_party/WebKit/WebCore/platform/graphics/GraphicsContext.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/platform/graphics/GraphicsContext.h (revision 11711)
|
| +++ third_party/WebKit/WebCore/platform/graphics/GraphicsContext.h (working copy)
|
| @@ -170,6 +170,9 @@
|
| void restore();
|
|
|
| // These draw methods will do both stroking and filling.
|
| + // FIXME: ...except drawRect(), which fills properly but always strokes
|
| + // using a 1-pixel stroke inset from the rect borders (of the correct
|
| + // stroke color).
|
| void drawRect(const IntRect&);
|
| void drawLine(const IntPoint&, const IntPoint&);
|
| void drawEllipse(const IntRect&);
|
|
|