| Index: third_party/WebKit/public/web/WebWidget.h
|
| diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
|
| index 1c064044c87376ca1494203c69669a5d83c9bfb6..8c456c1d3a80dcb8542b1b4f6d5490da2c85e8e0 100644
|
| --- a/third_party/WebKit/public/web/WebWidget.h
|
| +++ b/third_party/WebKit/public/web/WebWidget.h
|
| @@ -47,7 +47,7 @@ namespace blink {
|
|
|
| class WebCompositeAndReadbackAsyncCallback;
|
| class WebInputEvent;
|
| -class WebLayoutAndPaintAsyncCallback;
|
| +class WebCompositeCallback;
|
| class WebPagePopup;
|
| class WebString;
|
| struct WebPoint;
|
| @@ -98,11 +98,6 @@ public:
|
| // contents of the WebWidget into the output given to the WebCanvas.
|
| virtual void paintIgnoringCompositing(WebCanvas*, const WebRect&) {}
|
|
|
| - // Run layout and paint of all pending document changes asynchronously.
|
| - // The caller is resposible for keeping the WebLayoutAndPaintAsyncCallback
|
| - // object alive until it is called.
|
| - virtual void layoutAndPaintAsync(WebLayoutAndPaintAsyncCallback*) { }
|
| -
|
| // The caller is responsible for keeping the WebCompositeAndReadbackAsyncCallback
|
| // object alive until it is called. This should only be called when
|
| // isAcceleratedCompositingActive() is true.
|
|
|