| Index: cc/trees/layer_tree_host_unittest_context.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
|
| index f59b200bedaa10b3585f9e807797aba115ea62e4..f7bed32bf9e4626dbc64773bae70dd6060aff02d 100644
|
| --- a/cc/trees/layer_tree_host_unittest_context.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_context.cc
|
| @@ -6,6 +6,7 @@
|
| #include <stdint.h>
|
|
|
| #include "base/memory/ptr_util.h"
|
| +#include "cc/base/filter_operations.h"
|
| #include "cc/layers/heads_up_display_layer.h"
|
| #include "cc/layers/layer_impl.h"
|
| #include "cc/layers/painted_scrollbar_layer.h"
|
| @@ -14,7 +15,6 @@
|
| #include "cc/layers/texture_layer_impl.h"
|
| #include "cc/layers/video_layer.h"
|
| #include "cc/layers/video_layer_impl.h"
|
| -#include "cc/output/filter_operations.h"
|
| #include "cc/paint/paint_flags.h"
|
| #include "cc/resources/single_release_callback.h"
|
| #include "cc/resources/ui_resource_manager.h"
|
|
|