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

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimCompositor.h

Issue 2713773003: Add test for paint underinvalidation fix with animated transform overflow. (Closed)
Patch Set: Created 3 years, 10 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/Source/web/tests/sim/SimCompositor.h
diff --git a/third_party/WebKit/Source/web/tests/sim/SimCompositor.h b/third_party/WebKit/Source/web/tests/sim/SimCompositor.h
index 914fab152f30a91a53a67e8b88ec1ae83529e63d..82d6e6223c569e64919364e28f2a692548ad56b4 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimCompositor.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimCompositor.h
@@ -30,7 +30,7 @@ class SimCompositor final : public WebLayerTreeView {
// Execute the BeginMainFrame processing steps, an approximation of what
// cc::ThreadProxy::BeginMainFrame would do.
- SimDisplayItemList beginFrame();
+ SimDisplayItemList beginFrame(double dt = 0.016);
bool needsBeginFrame() const { return m_needsBeginFrame; }
bool deferCommits() const { return m_deferCommits; }

Powered by Google App Engine
This is Rietveld 408576698