| 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 231a54bceb8acd318c589d23a217f7bd26e5b18d..7bc42a26c49af2fe867f5c3ccd525edd0d214cbf 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -96,6 +96,8 @@ class LayerTreeHostImplClient {
|
| virtual void SetMaxSwapsPendingOnImplThread(int max) = 0;
|
| virtual void DidSwapBuffersOnImplThread() = 0;
|
| virtual void DidSwapBuffersCompleteOnImplThread() = 0;
|
| + virtual void OnResourcelessSoftareDrawStateChanged(
|
| + bool resourceless_draw) = 0;
|
| virtual void OnCanDrawStateChanged(bool can_draw) = 0;
|
| virtual void NotifyReadyToActivate() = 0;
|
| virtual void NotifyReadyToDraw() = 0;
|
|
|