| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index e8d981acab4d03d19718a9d1af932bd6ce11d832..af4cb81366a54d81bde05e21dbd065b5e7dc0c28 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -93,7 +93,6 @@ class LayerTreeHostImplClient {
|
| virtual void CommitVSyncParameters(base::TimeTicks timebase,
|
| base::TimeDelta interval) = 0;
|
| virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) = 0;
|
| - virtual void SetMaxSwapsPendingOnImplThread(int max) = 0;
|
| virtual void DidSwapBuffersOnImplThread() = 0;
|
| virtual void DidSwapBuffersCompleteOnImplThread() = 0;
|
| virtual void OnResourcelessSoftareDrawStateChanged(
|
|
|