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

Unified Diff: third_party/WebKit/public/platform/WebLayerTreeView.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/platform/WebCompositeCallback.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*) { }
« no previous file with comments | « third_party/WebKit/public/platform/WebCompositeCallback.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698