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

Unified Diff: cc/test/test_compositor_frame_sink.h

Issue 2339633003: Reland of cc: Remove frame queuing from the scheduler. (Closed)
Patch Set: prevent draw if commit is pending 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: cc/test/test_compositor_frame_sink.h
diff --git a/cc/test/test_compositor_frame_sink.h b/cc/test/test_compositor_frame_sink.h
index 76614e1ca7453c8c6129ff9a62d5be5757d4a56d..31d23f2e36f7211b1753c076ac5e3d877b227034 100644
--- a/cc/test/test_compositor_frame_sink.h
+++ b/cc/test/test_compositor_frame_sink.h
@@ -78,7 +78,7 @@ class TestCompositorFrameSink : public CompositorFrameSink,
void DisplayDidDrawAndSwap() override;
private:
- void DidDrawCallback(bool synchronous);
+ void DidDrawCallback();
// TODO(danakj): These don't need to be stored in unique_ptrs when
// CompositorFrameSink is owned/destroyed on the compositor thread.
@@ -97,8 +97,6 @@ class TestCompositorFrameSink : public CompositorFrameSink,
gfx::Size enlarge_pass_texture_amount_;
std::vector<std::unique_ptr<CopyOutputRequest>> copy_requests_;
-
- base::WeakPtrFactory<TestCompositorFrameSink> weak_ptrs_;
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698