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; } |