| Index: runtime/embedders/openglui/common/dart_host.cc
|
| ===================================================================
|
| --- runtime/embedders/openglui/common/dart_host.cc (revision 20570)
|
| +++ runtime/embedders/openglui/common/dart_host.cc (working copy)
|
| @@ -7,6 +7,7 @@
|
| #include <math.h>
|
| #include <unistd.h>
|
|
|
| +#include "embedders/openglui/common/image_cache.h"
|
| #include "embedders/openglui/common/log.h"
|
|
|
| DartHost::DartHost(Context *context)
|
| @@ -18,6 +19,7 @@
|
| has_context_(false),
|
| started_(false),
|
| active_(false) {
|
| + ImageCache::Init(graphics_handler_->resource_path());
|
| }
|
|
|
| DartHost::~DartHost() {
|
|
|