Skip to content

Commit

Permalink
Remove mojo_converter.h (flutter#2879)
Browse files Browse the repository at this point in the history
We can use the one from //lib/tonic instead.
  • Loading branch information
abarth authored Aug 5, 2016
1 parent 1c9c7aa commit 52b4d62
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 46 deletions.
2 changes: 1 addition & 1 deletion flutter/lib/ui/painting/image_decoding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

#include "flow/texture_image.h"
#include "flutter/lib/ui/painting/image.h"
#include "flutter/tonic/mojo_converter.h"
#include "glue/movable_wrapper.h"
#include "glue/trace_event.h"
#include "lib/tonic/dart_persistent_value.h"
#include "lib/tonic/logging/dart_invoke.h"
#include "lib/tonic/mojo_converter.h"
#include "lib/tonic/typed_data/uint8_list.h"
#include "sky/engine/platform/mojo/data_pipe.h"
#include "sky/engine/platform/SharedBuffer.h"
Expand Down
1 change: 0 additions & 1 deletion flutter/tonic/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ source_set("tonic") {
"dart_snapshot_loader.h",
"dart_state.cc",
"dart_state.h",
"mojo_converter.h",
]

deps = [
Expand Down
44 changes: 0 additions & 44 deletions flutter/tonic/mojo_converter.h

This file was deleted.

0 comments on commit 52b4d62

Please sign in to comment.