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

Unified Diff: third_party/WebKit/public/platform/WebCompositeAndReadbackAsyncCallback.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
Index: third_party/WebKit/public/platform/WebCompositeAndReadbackAsyncCallback.h
diff --git a/third_party/WebKit/public/platform/WebCompositeAndReadbackAsyncCallback.h b/third_party/WebKit/public/platform/WebCompositeAndReadbackAsyncCallback.h
index 45a61be2332878a751a1f8d2b5cbe278f2be46da..cd4823b58d2ba29b418ef24c982b53efa9cfa55f 100644
--- a/third_party/WebKit/public/platform/WebCompositeAndReadbackAsyncCallback.h
+++ b/third_party/WebKit/public/platform/WebCompositeAndReadbackAsyncCallback.h
@@ -32,6 +32,7 @@ namespace blink {
class WebCompositeAndReadbackAsyncCallback {
public:
+ virtual bool needsBitmap() const = 0;
virtual void didCompositeAndReadback(const SkBitmap&) = 0;
};
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/platform/WebCompositeCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698