Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Unified Diff: third_party/WebKit/public/web/WebWidget.h

Issue 2034393003: testRunner.layoutAndPaintAsyncThen ==> testRunner.compositeAsyncThen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebView.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/WebKit/public/web/WebView.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698