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

Unified Diff: cc/test/proxy_impl_for_test.cc

Issue 2003103002: cc: Fix overwriting of commit completion event in MFBA mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: 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
« no previous file with comments | « cc/test/proxy_impl_for_test.h ('k') | cc/trees/layer_tree_host_unittest_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/proxy_impl_for_test.cc
diff --git a/cc/test/proxy_impl_for_test.cc b/cc/test/proxy_impl_for_test.cc
index c6fa58623792790b542e5c3727e73d75a4f476df..8329523d4166676701821468eb197ad632e8c9ac 100644
--- a/cc/test/proxy_impl_for_test.cc
+++ b/cc/test/proxy_impl_for_test.cc
@@ -18,14 +18,6 @@ std::unique_ptr<ProxyImplForTest> ProxyImplForTest::Create(
std::move(external_begin_frame_source)));
}
-bool ProxyImplForTest::HasCommitCompletionEvent() const {
- return commit_completion_event_ != nullptr;
-}
-
-bool ProxyImplForTest::GetNextCommitWaitsForActivation() const {
- return next_commit_waits_for_activation_;
-}
-
ProxyImplForTest::ProxyImplForTest(
TestHooks* test_hooks,
ChannelImpl* channel_impl,
« no previous file with comments | « cc/test/proxy_impl_for_test.h ('k') | cc/trees/layer_tree_host_unittest_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698