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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 202763002: Switch to use SharedBitmapManager all the time in cc_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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
index 0dcb09010c68197f7f73ef0ffcbf31a8b702c7e9..ec72ab6628c7678d6c28a29e8e0630f0d799813d 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -221,6 +221,7 @@ LayerTreeHostImpl::LayerTreeHostImpl(
int id)
: client_(client),
proxy_(proxy),
+ shared_bitmap_manager_(manager),
input_handler_client_(NULL),
did_lock_scrolling_layer_(false),
should_bubble_scrolls_(false),
@@ -258,7 +259,6 @@ LayerTreeHostImpl::LayerTreeHostImpl(
#ifndef NDEBUG
did_lose_called_(false),
#endif
- shared_bitmap_manager_(manager),
id_(id) {
DCHECK(proxy_->IsImplThread());
DidVisibilityChange(this, visible_);

Powered by Google App Engine
This is Rietveld 408576698