| Index: Source/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| index db2dfc502d187fd87c77f73a33ae0a663b4ea638..723b9d20978623eee984ff2a796b4569769d88e1 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -321,6 +321,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;
|
|
|