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

Unified Diff: components/test_runner/test_runner.h

Issue 2352813004: Force-generate a frame before the end of a layout test. (Closed)
Patch Set: Created 4 years, 3 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: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index 856dc80020deffcc06053a475a8a50075afe40a8..573c692731c28b797163597cf2de13273dd41ccd 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -86,6 +86,7 @@ class TestRunner : public WebTestRunner {
bool ShouldDumpAsAudio() const override;
void GetAudioData(std::vector<unsigned char>* buffer_view) const override;
bool IsRecursiveLayoutDumpRequested() override;
+ void RunPendingAnimations() override;
std::string DumpLayout(blink::WebLocalFrame* frame) override;
void DumpPixelsAsync(
blink::WebView* web_view,
« no previous file with comments | « no previous file | components/test_runner/test_runner.cc » ('j') | content/shell/renderer/layout_test/blink_test_runner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698