| Index: Source/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| index 90b1fc7ea51ce52be4d1826e089b2c00cf38057f..62bfb529e4781284a35ed713cf38a038dc4c2c36 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -305,6 +305,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;
|
|
|