| Index: content/browser/compositor/image_transport_factory.h
|
| diff --git a/content/browser/compositor/image_transport_factory.h b/content/browser/compositor/image_transport_factory.h
|
| index 0572c657fde6e66c5ee04be5b267110b356ebaed..984d652884725f6216695f99d73ec2668c53bfba 100644
|
| --- a/content/browser/compositor/image_transport_factory.h
|
| +++ b/content/browser/compositor/image_transport_factory.h
|
| @@ -95,10 +95,6 @@ class CONTENT_EXPORT ImageTransportFactory {
|
| // NSView will not flash in the new NSView.
|
| virtual void SetCompositorSuspendedForRecycle(ui::Compositor* compositor,
|
| bool suspended) = 0;
|
| - // Used by GpuProcessHostUIShim to determine if a frame should not be
|
| - // displayed because it is targetted to an NSView that has been disconnected.
|
| - virtual bool SurfaceShouldNotShowFramesAfterSuspendForRecycle(
|
| - gpu::SurfaceHandle surface_handle) const = 0;
|
| #endif
|
| };
|
|
|
|
|