//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:
Adam Barth 2016-08-13 16:38:39 -07:00 committed by GitHub
parent 76f0953aef
commit bf60f2f56f

View File

@ -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);