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

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

Issue 2096493002: Make cc::CompositorFrames movable [Part 1 of 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Dana's nits Created 4 years, 6 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 b3c9a9d5e55e96ddce4f6f0dc40215ee076cc277..7cef5b09f4b64edec736904f471a63cd2ce23d47 100644
--- a/content/browser/android/synchronous_compositor_host.h
+++ b/content/browser/android/synchronous_compositor_host.h
@@ -79,7 +79,7 @@ class SynchronousCompositorHost : public SynchronousCompositor {
SynchronousCompositorClient* client,
bool use_in_proc_software_draw);
void ProcessCommonParams(const SyncCompositorCommonRendererParams& params);
- void UpdateFrameMetaData(const cc::CompositorFrameMetadata& frame_metadata);
+ void UpdateFrameMetaData(cc::CompositorFrameMetadata frame_metadata);
void OutputSurfaceCreated();
bool DemandDrawSwInProc(SkCanvas* canvas);
void SetSoftwareDrawSharedMemoryIfNeeded(size_t stride, size_t buffer_size);
« no previous file with comments | « components/mus/surfaces/direct_output_surface_ozone.cc ('k') | content/browser/android/synchronous_compositor_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698