| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index ee424fd81a97edccd724cafb8b5837705aa61d95..f96f6f8d6364b514dcec804970c326ab1c83fdfc 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -87,6 +87,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| void SetMaxSwapsPendingOnImplThread(int max) override;
|
| void DidSwapBuffersOnImplThread() override;
|
| void DidSwapBuffersCompleteOnImplThread() override;
|
| + void OnResourcelessSoftareDrawStateChanged(bool resourceless_draw) override;
|
| void OnCanDrawStateChanged(bool can_draw) override;
|
| void NotifyReadyToActivate() override;
|
| void NotifyReadyToDraw() override;
|
|
|