| 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();
|
|
|
|
|