| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index be31eb90eafda3765acfee4c8c985efec29f2bff..797718fb0b7b2b3a7d93181d7afd29d1e7c0ce62 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -150,6 +150,7 @@ public:
|
| virtual const CCLayerTreeSettings& settings() const OVERRIDE;
|
| virtual void didLoseContext() OVERRIDE;
|
| virtual void onSwapBuffersComplete() OVERRIDE;
|
| + virtual void onUpdateVSyncTime(int64 time) OVERRIDE;
|
| virtual void setFullRootLayerDamage() OVERRIDE;
|
| virtual void releaseContentsTextures() OVERRIDE;
|
| virtual void setMemoryAllocationLimitBytes(size_t) OVERRIDE;
|
|
|