| Index: Source/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| index bdf59141b43073c74451b7947e36a0f7577562ec..67d6b2c482114e9d53161b1253ac38658bfdea55 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -311,6 +311,7 @@ private:
|
| void drawTextInternal(const String& text, float x, float y, bool fill, float maxWidth = 0, bool useMaxWidth = false);
|
|
|
| const Font& accessFont();
|
| + int getFontBaseline(const FontMetrics&) const;
|
|
|
| void clearCanvas();
|
| bool rectContainsTransformedRect(const FloatRect&, const FloatRect&) const;
|
|
|