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

Unified Diff: content/browser/renderer_host/compositor_impl_android.cc

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/renderer_host/compositor_impl_android.cc
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
index 0b7968802969fd5486832b46cf041edb11420e3c..738334436074c30c21318184b0b1f8ee89d1a0ce 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -226,7 +226,7 @@ class OutputSurfaceWithoutParent : public cc::OutputSurface,
const std::vector<ui::LatencyInfo>&,
gfx::SwapResult,
const gpu::GpuProcessHostedCALayerTreeParamsMac* params_mac)>
- swap_buffers_completion_callback_;
+ swap_buffers_completion_callback_;
std::unique_ptr<cc::OverlayCandidateValidator> overlay_candidate_validator_;
std::unique_ptr<ExternalBeginFrameSource> begin_frame_source_;
};

Powered by Google App Engine
This is Rietveld 408576698