//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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user