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

Unified Diff: cc/trees/layer_tree_host_impl.h

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.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index 255128b04b45df40ed030df1886a1f434b2126ac..3aa9941af9e632de66f7ae2da0779963c282034f 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -460,6 +460,7 @@ class CC_EXPORT LayerTreeHostImpl
LayerTreeHostImplClient* client_;
Proxy* proxy_;
+ SharedBitmapManager* shared_bitmap_manager_;
private:
void CreateAndSetRenderer(
@@ -652,7 +653,6 @@ class CC_EXPORT LayerTreeHostImpl
// Optional callback to notify of new tree activations.
base::Closure tree_activation_callback_;
- SharedBitmapManager* shared_bitmap_manager_;
int id_;
std::set<SwapPromiseMonitor*> swap_promise_monitor_;

Powered by Google App Engine
This is Rietveld 408576698