Index: cc/trees/layer_tree_host_impl.cc |
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
old mode 100644 |
new mode 100755 |
index f9076fb9be87def8080895959ff2be042118032b..88c052cebead00671a8ba98692fd6c4593bc745d |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -17,6 +17,7 @@ |
#include "cc/animation/timing_function.h" |
#include "cc/base/latency_info_swap_promise_monitor.h" |
#include "cc/base/math_util.h" |
+#include "cc/base/switches.h" |
reveman
2013/12/28 14:45:48
no need for this include. please remove it.
sohanjg
2013/12/30 06:49:36
Done.
|
#include "cc/base/util.h" |
#include "cc/debug/benchmark_instrumentation.h" |
#include "cc/debug/debug_rect_history.h" |
@@ -1720,7 +1721,6 @@ void LayerTreeHostImpl::CreateAndSetTileManager( |
tile_manager_ = |
TileManager::Create(this, |
resource_provider, |
- settings_.num_raster_threads, |
rendering_stats_instrumentation_, |
using_map_image, |
GetMaxTransferBufferUsageBytes(context_provider), |