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

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

Issue 2803993003: Introduce FrameSinkManagerHost in content/browser/. (Closed)
Patch Set: Fix android. Created 3 years, 8 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
« no previous file with comments | « content/browser/compositor/image_transport_factory.h ('k') | content/browser/compositor/surface_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/compositor/surface_utils.h
diff --git a/content/browser/compositor/surface_utils.h b/content/browser/compositor/surface_utils.h
index 804e387b2523785dfc28f3c4d58fe0415becd652..ea1435274eee21e9943a9e74c3b1460cfb6c5603 100644
--- a/content/browser/compositor/surface_utils.h
+++ b/content/browser/compositor/surface_utils.h
@@ -19,11 +19,14 @@ class SurfaceManager;
} // namespace cc
namespace content {
+class FrameSinkManagerHost;
CONTENT_EXPORT cc::FrameSinkId AllocateFrameSinkId();
CONTENT_EXPORT cc::SurfaceManager* GetSurfaceManager();
+CONTENT_EXPORT FrameSinkManagerHost* GetFrameSinkManagerHost();
+
void CopyFromCompositingSurfaceHasResult(
const gfx::Size& dst_size_in_pixel,
const SkColorType color_type,
« no previous file with comments | « content/browser/compositor/image_transport_factory.h ('k') | content/browser/compositor/surface_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698