Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Unified Diff: content/browser/compositor/image_transport_factory.h

Issue 1963263002: Fix Mac resize, delete more Mac code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};

Powered by Google App Engine
This is Rietveld 408576698