| Index: cc/thread_proxy.h
|
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
|
| index 29832fc3ce23a193077f245b8382a1e6beda753b..f0cd77b387ba1e61168568dd40c52e74989d9b66 100644
|
| --- a/cc/thread_proxy.h
|
| +++ b/cc/thread_proxy.h
|
| @@ -73,6 +73,7 @@ public:
|
| virtual void scheduledActionBeginContextRecreation() OVERRIDE;
|
| virtual void scheduledActionAcquireLayerTexturesForMainThread() OVERRIDE;
|
| virtual void didAnticipatedDrawTimeChange(base::TimeTicks) OVERRIDE;
|
| + virtual const LayerTreeSettings& settings() const OVERRIDE;
|
|
|
| // ResourceUpdateControllerClient implementation
|
| virtual void readyToFinalizeTextureUpdates() OVERRIDE;
|
|
|