Chromium Code Reviews| Index: sky/engine/core/dom/Element.idl |
| diff --git a/sky/engine/core/dom/Element.idl b/sky/engine/core/dom/Element.idl |
| index 02a917a21a72ee5e3d7c82caad948ecf418f06f0..63fcb562ef5c80dd999d28b7137e5f2297c988f3 100644 |
| --- a/sky/engine/core/dom/Element.idl |
| +++ b/sky/engine/core/dom/Element.idl |
| @@ -16,8 +16,6 @@ |
| readonly attribute ShadowRoot shadowRoot; |
| - void requestPaint(PaintingCallback callback); |
| - |
| void setNeedsLayout(); |
| void layout(); |
| void setLayoutManager(LayoutCallback layout, LayoutCallback computeIntrinsicWidths); |