| 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; }
|
|
|