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

Unified Diff: content/shell/renderer/test_runner/WebTestProxy.h

Issue 266243002: Make displayAsyncThen use the CompositeAndReadbackAsync path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: displayasync: Created 6 years, 7 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: content/shell/renderer/test_runner/WebTestProxy.h
diff --git a/content/shell/renderer/test_runner/WebTestProxy.h b/content/shell/renderer/test_runner/WebTestProxy.h
index 7ecb38a24733a1393a87fe8a4b64487d74f835d9..eb748df26ab0232cca7acf73eb6452608c3e9a9d 100644
--- a/content/shell/renderer/test_runner/WebTestProxy.h
+++ b/content/shell/renderer/test_runner/WebTestProxy.h
@@ -109,7 +109,6 @@ public:
void didCloseChooser();
bool isChooserShown();
- void display(base::Closure callback);
void displayAsyncThen(base::Closure callback);
void discardBackingStore();
@@ -195,6 +194,8 @@ private:
void invalidateAll();
void animateNow();
void DrawSelectionRect(SkCanvas* canvas);
+ void DisplayForSoftwareMode(const base::Closure& callback);
+ void DidDisplayAsync(const base::Closure& callback, const SkBitmap& bitmap);
blink::WebWidget* webWidget();

Powered by Google App Engine
This is Rietveld 408576698