| Index: third_party/WebKit/public/platform/WebLayerTreeView.h
|
| diff --git a/third_party/WebKit/public/platform/WebLayerTreeView.h b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| index 6c8770c4bbaa31af09eaa95e04da0a3c680538c3..bb5a5a727188adec84f9360767f97fb4c631bf32 100644
|
| --- a/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| +++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| @@ -46,7 +46,7 @@ namespace blink {
|
|
|
| class WebCompositeAndReadbackAsyncCallback;
|
| class WebLayer;
|
| -class WebLayoutAndPaintAsyncCallback;
|
| +class WebCompositeCallback;
|
| struct WebPoint;
|
| struct WebSelectionBound;
|
| class WebSelection;
|
| @@ -122,11 +122,6 @@ public:
|
| // Relays the end of a fling animation.
|
| virtual void didStopFlinging() { }
|
|
|
| - // 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.
|
| virtual void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) { }
|
|
|