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

Unified Diff: cc/layer_tree_host_impl.h

Issue 11529006: [cc] Fold more update calls into updateDrawProperties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | cc/layer_tree_host_impl.cc » ('j') | cc/layer_tree_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host_impl.h
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
index efd368ba987bd0829c536485595b45bfd8bb2f15..95a36a959b213998f2a775a4bb098c86f6c8264b 100644
--- a/cc/layer_tree_host_impl.h
+++ b/cc/layer_tree_host_impl.h
@@ -256,7 +256,7 @@ public:
void renderingStats(RenderingStats*) const;
- void updateRootScrollLayerImplTransform();
+ void updateDrawProperties();
danakj 2012/12/11 15:49:24 You shouldn't need to make this public, we already
void sendManagedMemoryStats(
size_t memoryVisibleBytes,
@@ -307,8 +307,6 @@ protected:
void animatePageScale(base::TimeTicks monotonicTime);
void animateScrollbars(base::TimeTicks monotonicTime);
- void updateDrawProperties();
-
// Exposed for testing.
void calculateRenderSurfaceLayerList(LayerList&);
void resetNeedsUpdateDrawPropertiesForTesting() { m_needsUpdateDrawProperties = false; }
« no previous file with comments | « no previous file | cc/layer_tree_host_impl.cc » ('j') | cc/layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698