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

Unified Diff: content/public/test/test_synchronous_compositor_android.h

Issue 2096493002: Make cc::CompositorFrames movable [Part 1 of 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reduce android_webview changes 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/public/test/test_synchronous_compositor_android.h
diff --git a/content/public/test/test_synchronous_compositor_android.h b/content/public/test/test_synchronous_compositor_android.h
index 602bfe185c1ff6d024bd0d2f8d597724030cb688..d2d33655d75759423584a3313044c98a99d3a19e 100644
--- a/content/public/test/test_synchronous_compositor_android.h
+++ b/content/public/test/test_synchronous_compositor_android.h
@@ -42,8 +42,7 @@ class CONTENT_EXPORT TestSynchronousCompositor : public SynchronousCompositor {
const gfx::Point& anchor) override {}
void OnComputeScroll(base::TimeTicks animate_time) override {}
- void SetHardwareFrame(uint32_t output_surface_id,
- std::unique_ptr<cc::CompositorFrame> frame);
+ void SetHardwareFrame(uint32_t output_surface_id, cc::CompositorFrame frame);
struct ReturnedResources {
ReturnedResources();

Powered by Google App Engine
This is Rietveld 408576698