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

Unified Diff: content/browser/android/synchronous_compositor_host.h

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: rebase Created 4 years, 3 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/android/synchronous_compositor_host.h
diff --git a/content/browser/android/synchronous_compositor_host.h b/content/browser/android/synchronous_compositor_host.h
index 9cd39a5f654645b828f72c1dfd2687f5a04f8e6d..b6ce511c4c7f34714574558e19e503a796a05663 100644
--- a/content/browser/android/synchronous_compositor_host.h
+++ b/content/browser/android/synchronous_compositor_host.h
@@ -91,7 +91,7 @@ class SynchronousCompositorHost : public SynchronousCompositor {
SynchronousCompositorClient* client,
bool use_in_proc_software_draw);
void UpdateFrameMetaData(cc::CompositorFrameMetadata frame_metadata);
- void OutputSurfaceCreated();
+ void CompositorFrameSinkCreated();
bool DemandDrawSwInProc(SkCanvas* canvas);
void SetSoftwareDrawSharedMemoryIfNeeded(size_t stride, size_t buffer_size);
void SendZeroMemory();

Powered by Google App Engine
This is Rietveld 408576698