| Index: Source/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| index 088158f9437a44daa963d36464415d22ec0a6abd..1743f2b96edf11a0eed71012cd7733765438d639 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -314,6 +314,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;
|
|
|