Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 73923003: Shared Raster Worker Threads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WIP - realigning code to get number of raster threads + nits Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698