| Index: sky/engine/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/sky/engine/core/html/canvas/CanvasRenderingContext2D.h b/sky/engine/core/html/canvas/CanvasRenderingContext2D.h
|
| index 1f0446f503bf67e92e6380ff05de3c8dbbfeee7f..4c86138986aba66a2a39f21c5fbc11c35f32a22c 100644
|
| --- a/sky/engine/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/sky/engine/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -149,9 +149,6 @@ public:
|
| bool isPointInStroke(const float x, const float y);
|
| bool isPointInStroke(Path2D*, const float x, const float y);
|
|
|
| - void scrollPathIntoView();
|
| - void scrollPathIntoView(Path2D*);
|
| -
|
| void clearRect(float x, float y, float width, float height);
|
| void fillRect(float x, float y, float width, float height);
|
| void strokeRect(float x, float y, float width, float height);
|
| @@ -310,8 +307,6 @@ private:
|
| bool isPointInPathInternal(const Path&, const float x, const float y, const String& windingRuleString);
|
| bool isPointInStrokeInternal(const Path&, const float x, const float y);
|
|
|
| - void scrollPathIntoViewInternal(const Path&);
|
| -
|
| void drawTextInternal(const String& text, float x, float y, bool fill, float maxWidth = 0, bool useMaxWidth = false);
|
|
|
| const Font& accessFont();
|
|
|