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

Unified Diff: cc/test/fake_proxy.cc

Issue 1499793003: Fix classes that have too many virtuals for inline constructors. Base URL: https://chromium.googlesource.com/chromium/src.git@enable-virtuals-as-complexity
Patch Set: Finish fixing the codebase that's accessible from Linux. Created 5 years 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/fake_proxy.cc
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc
index cc254eb31f50b7d2f82579ffe334e5e689385742..b9ad65f594c30f23f8c4724abac18eb4da0105b4 100644
--- a/cc/test/fake_proxy.cc
+++ b/cc/test/fake_proxy.cc
@@ -6,6 +6,8 @@
namespace cc {
+FakeProxy::FakeProxy() : layer_tree_host_(nullptr) {}
+
void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) {
layer_tree_host_ = host;
}
« no previous file with comments | « cc/test/fake_proxy.h ('k') | cc/trees/property_tree.h » ('j') | cc/trees/property_tree.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698