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

Unified Diff: cc/output/output_surface_unittest.cc

Issue 286953008: cc: Allow DeferredInitialize to use DelegatingRenderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No call to self constructor in initializer Created 6 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
Index: cc/output/output_surface_unittest.cc
diff --git a/cc/output/output_surface_unittest.cc b/cc/output/output_surface_unittest.cc
index 709e03c52f816d0c5e0201a58e263e64f6b6ace6..76a2a72ee2869d59ab8f55f0a4b8c073c51d4f50 100644
--- a/cc/output/output_surface_unittest.cc
+++ b/cc/output/output_surface_unittest.cc
@@ -126,7 +126,8 @@ class OutputSurfaceTestInitializeNewContext3d : public ::testing::Test {
OutputSurfaceTestInitializeNewContext3d()
: context_provider_(TestContextProvider::Create()),
output_surface_(
- scoped_ptr<SoftwareOutputDevice>(new SoftwareOutputDevice)) {}
+ scoped_ptr<SoftwareOutputDevice>(new SoftwareOutputDevice)),
+ client_(&output_surface_) {}
protected:
void BindOutputSurface() {

Powered by Google App Engine
This is Rietveld 408576698