Index: content/shell/renderer/test_runner/test_runner.h |
diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h |
index f5ae5989443b772fa0ac30f6e62919364af71369..1e19181936f398758a69abadee177d435bcd61a9 100644 |
--- a/content/shell/renderer/test_runner/test_runner.h |
+++ b/content/shell/renderer/test_runner/test_runner.h |
@@ -572,10 +572,6 @@ class TestRunner : public WebTestRunner, |
void LayoutAndPaintAsync(); |
void LayoutAndPaintAsyncThen(v8::Local<v8::Function> callback); |
- // TODO(wangxianzhu): Remove the following two methods after all blink |
- // layout tests are modified to use the above two new functions. |
- void DisplayAsync(); |
- void DisplayAsyncThen(v8::Local<v8::Function> callback); |
// Similar to LayoutAndPaintAsyncThen(), but pass parameters of the captured |
// snapshot (width, height, snapshot) to the callback. The snapshot is in |