| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index b72f7fd5571dbe634a330f7788504b5abc9bfffb..3e3b085dcff57109232fbceaa78c11a3b57cf2dd 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -151,12 +151,6 @@
|
| void DidLoseOutputSurface();
|
| void SetMemoryPolicy(const ManagedMemoryPolicy& policy);
|
|
|
| - // Support for a pull-model where draws are requested by the output surface.
|
| - //
|
| - // OutputSurface::Invalidate is called by the compositor to notify that
|
| - // there's new content.
|
| - virtual void Invalidate() {}
|
| -
|
| protected:
|
| OutputSurfaceClient* client_;
|
|
|
|
|