summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/trees/layer_tree_host.h')
-rw-r--r--cc/trees/layer_tree_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 0fd3abb..f04871a 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -152,7 +152,7 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
// Test only hook
virtual void DidDeferCommit();
- int commit_number() const { return commit_number_; }
+ int source_frame_number() const { return source_frame_number_; }
void SetNeedsDisplayOnAllLayers();
@@ -299,7 +299,7 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
LayerTreeHostClient* client_;
scoped_ptr<Proxy> proxy_;
- int commit_number_;
+ int source_frame_number_;
scoped_ptr<RenderingStatsInstrumentation> rendering_stats_instrumentation_;
bool output_surface_can_be_initialized_;