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

Unified Diff: cc/trees/layer_tree_host.h

Issue 1194743002: cc: Remove ResourceUpdateQueue and ResourceUpdateController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resourcequeue: header Created 5 years, 6 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
« no previous file with comments | « cc/test/fake_proxy.cc ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index e6e91b8a37c2846f78a406e1a4b17f0a2dd2129c..022bfc6615fe3d3348f27be780bb61190d2f7e88 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -245,10 +245,6 @@ class CC_EXPORT LayerTreeHost {
void RateLimit();
- bool AlwaysUsePartialTextureUpdates();
- size_t MaxPartialTextureUpdates() const;
- bool RequestPartialTextureUpdate();
-
void SetDeviceScaleFactor(float device_scale_factor);
float device_scale_factor() const { return device_scale_factor_; }
@@ -424,9 +420,6 @@ class CC_EXPORT LayerTreeHost {
SkColor background_color_;
bool has_transparent_background_;
- typedef ScopedPtrVector<PrioritizedResource> TextureList;
- size_t partial_texture_update_requests_;
-
scoped_ptr<AnimationRegistrar> animation_registrar_;
scoped_ptr<PendingPageScaleAnimation> pending_page_scale_animation_;
« no previous file with comments | « cc/test/fake_proxy.cc ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698