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

Unified Diff: cc/layer_impl.h

Issue 12045086: cc: Throttle tile priority updates to once a frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebasedonmaster Created 7 years, 11 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/damage_tracker_unittest.cc ('k') | cc/layer_tree_host_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_impl.h
diff --git a/cc/layer_impl.h b/cc/layer_impl.h
index c05fb5539017b73a4b69a4cc12b6e115325f61da..b02db83489562965d4f146ddbb4da6098fb24902 100644
--- a/cc/layer_impl.h
+++ b/cc/layer_impl.h
@@ -107,6 +107,8 @@ public:
virtual RenderPass::Id firstContributingRenderPassId() const;
virtual RenderPass::Id nextContributingRenderPassId(RenderPass::Id) const;
+ virtual void updateTilePriorities() { }
+
virtual ScrollbarLayerImpl* toScrollbarLayer();
// Returns true if this layer has content to draw.
@@ -278,7 +280,6 @@ public:
virtual Region visibleContentOpaqueRegion() const;
- virtual void didUpdateTransforms() { }
virtual void didBecomeActive();
// Indicates that the surface previously used to render this layer
« no previous file with comments | « cc/damage_tracker_unittest.cc ('k') | cc/layer_tree_host_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698