提交 7dbd8dbf 编写于 作者: B Benjamin Lerman 提交者: Adam Barth

Add missing method on RuntimeHolder. (#3742)

上级 f37aafd4
......@@ -254,6 +254,10 @@ std::string RuntimeHolder::GetUIIsolateName() {
return runtime_->GetIsolateName();
}
std::string RuntimeHolder::DefaultRouteName() {
return "/";
}
void RuntimeHolder::ScheduleFrame() {
if (pending_invalidation_ || deferred_invalidation_callback_)
return;
......
......@@ -51,6 +51,7 @@ class RuntimeHolder : public blink::RuntimeDelegate,
private:
// |blink::RuntimeDelegate| implementation:
std::string DefaultRouteName() override;
void ScheduleFrame() override;
void Render(std::unique_ptr<flow::LayerTree> layer_tree) override;
void UpdateSemantics(std::vector<blink::SemanticsNode> update) override;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册