mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix sky shell.
This add the missing RequestNavigateHistory method on sky::Engine. It is currently not implemented. TBR=abarth@chromium.org Review URL: https://codereview.chromium.org/957973003
This commit is contained in:
parent
cec128f499
commit
30cd9363cd
@ -159,5 +159,9 @@ void Engine::RequestNavigate(mojo::Target target,
|
||||
void Engine::DidNavigateLocally(const mojo::String& url) {
|
||||
}
|
||||
|
||||
void Engine::RequestNavigateHistory(int32_t delta) {
|
||||
NOTIMPLEMENTED();
|
||||
}
|
||||
|
||||
} // namespace shell
|
||||
} // namespace sky
|
||||
|
||||
@ -73,6 +73,7 @@ class Engine : public UIDelegate,
|
||||
void RequestNavigate(mojo::Target target,
|
||||
mojo::URLRequestPtr request) override;
|
||||
void DidNavigateLocally(const mojo::String& url) override;
|
||||
void RequestNavigateHistory(int32_t delta) override;
|
||||
|
||||
void UpdateWebViewSize();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user