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

Unified Diff: cc/test/fake_output_surface_client.h

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_output_surface_client.h
diff --git a/cc/test/fake_output_surface_client.h b/cc/test/fake_output_surface_client.h
index bb31cfadb50d97ea5275b637edd9596e5fbddaf9..d9bb6c36901f7c86e146ed26dcecc3e03bc04136 100644
--- a/cc/test/fake_output_surface_client.h
+++ b/cc/test/fake_output_surface_client.h
@@ -14,10 +14,7 @@ class OutputSurface;
class FakeOutputSurfaceClient : public OutputSurfaceClient {
public:
- FakeOutputSurfaceClient()
- : swap_count_(0),
- did_lose_output_surface_called_(false),
- memory_policy_(0) {}
+ FakeOutputSurfaceClient();
void CommitVSyncParameters(base::TimeTicks timebase,
base::TimeDelta interval) override {}

Powered by Google App Engine
This is Rietveld 408576698