mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
//flutter/content_handler code complete (flutter/engine#2925)
This patch should contain all the code we need to run Flutter on Fuchsia's software framebuffer (without text). I haven't actually tried running the code, so I'm sure it doesn't work yet.
This commit is contained in:
parent
76f0953aef
commit
bf60f2f56f
@ -18,8 +18,6 @@ class DartController {
|
||||
DartController();
|
||||
~DartController();
|
||||
|
||||
static void InitVM();
|
||||
|
||||
void RunFromPrecompiledSnapshot();
|
||||
void RunFromSnapshot(const uint8_t* buffer, size_t size);
|
||||
void RunFromSource(const std::string& main, const std::string& packages);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user