| 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 5b916e2d6e99c3da78190ed6224f3dd46466378f..85ee6107335aa0adaa55a1e4ce1a7571f102e63e 100644
|
| --- a/sky/engine/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/sky/engine/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -58,7 +58,6 @@ class FloatRect;
|
| class GraphicsContext;
|
| class HTMLCanvasElement;
|
| class HTMLImageElement;
|
| -class HTMLVideoElement;
|
| class ImageBitmap;
|
| class ImageData;
|
| class TextMetrics;
|
| @@ -318,7 +317,6 @@ private:
|
| void applyFillPattern();
|
|
|
| void drawImageInternal(CanvasImageSource*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&, CompositeOperator, blink::WebBlendMode, GraphicsContext* = 0);
|
| - void drawVideo(HTMLVideoElement*, FloatRect srcRect, FloatRect dstRect);
|
|
|
| void fillInternal(const Path&, const String& windingRuleString);
|
| void strokeInternal(const Path&);
|
|
|