Chromium Code Reviews| Index: cc/debug/picture_record_benchmark.cc |
| diff --git a/cc/debug/picture_record_benchmark.cc b/cc/debug/picture_record_benchmark.cc |
| index 5f832ae489759c60e018bcf1adbaa1e3b0b08e97..06b38cf9070f9aeb5d361300bcd0caf5dc2dc777 100644 |
| --- a/cc/debug/picture_record_benchmark.cc |
| +++ b/cc/debug/picture_record_benchmark.cc |
| @@ -10,8 +10,10 @@ |
| #include "base/values.h" |
| #include "cc/layers/layer.h" |
| #include "cc/layers/picture_layer.h" |
| +#include "cc/resources/picture.h" |
| #include "cc/trees/layer_tree_host.h" |
| #include "cc/trees/layer_tree_host_common.h" |
| +#include "third_party/skia/include/core/skBBHFactory.h" |
|
vmpstr
2014/11/12 19:18:57
This file doesn't exist (capitalization and all th
hendrikw
2014/11/12 19:37:32
Oh windows, why do you have to be so lenient :(
T
|
| #include "ui/gfx/geometry/rect.h" |
| namespace cc { |