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

Unified Diff: cc/test/proxy_impl_for_test.h

Issue 2000493002: cc: Fix overwriting of commit completion event in MFBA mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better tests 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 | « no previous file | cc/test/proxy_impl_for_test.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.h
diff --git a/cc/test/proxy_impl_for_test.h b/cc/test/proxy_impl_for_test.h
index 97d5f89b1919696b73b85de1dabebde728057466..dd80df898c467c07ae69ab1477e3be7be2ac32f8 100644
--- a/cc/test/proxy_impl_for_test.h
+++ b/cc/test/proxy_impl_for_test.h
@@ -26,8 +26,6 @@ class ProxyImplForTest : public ProxyImpl {
using ProxyImpl::DidCompletePageScaleAnimationOnImplThread;
using ProxyImpl::SendBeginMainFrameNotExpectedSoon;
- bool HasCommitCompletionEvent() const;
- bool GetNextCommitWaitsForActivation() const;
const DelayedUniqueNotifier& smoothness_priority_expiration_notifier() const {
return smoothness_priority_expiration_notifier_;
}
« no previous file with comments | « no previous file | cc/test/proxy_impl_for_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698