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

Unified Diff: cc/trees/proxy_impl_unittest.cc

Issue 1513643010: cc:: Add remote mode to the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 11 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/trees/proxy_impl_unittest.cc
diff --git a/cc/trees/proxy_impl_unittest.cc b/cc/trees/proxy_impl_unittest.cc
index ad99d53a1097633049b28de06a583d2ceda3f7fe..975ca3ba5e0e9975ac401610442bc8355e89cf6d 100644
--- a/cc/trees/proxy_impl_unittest.cc
+++ b/cc/trees/proxy_impl_unittest.cc
@@ -21,6 +21,7 @@ class ProxyImplTest : public testing::Test, public TestHooks {
}
void RequestNewOutputSurface() override {}
+ void DidShutdown() override {}
protected:
ProxyImplTest()

Powered by Google App Engine
This is Rietveld 408576698