Index: cc/surfaces/surfaces_pixeltest.cc |
diff --git a/cc/surfaces/surfaces_pixeltest.cc b/cc/surfaces/surfaces_pixeltest.cc |
index a52964cca627c040e4965a0288da2b79fc365e7a..69dfd3efc7df1283ce158b5a9c8af3d47d87d339 100644 |
--- a/cc/surfaces/surfaces_pixeltest.cc |
+++ b/cc/surfaces/surfaces_pixeltest.cc |
@@ -32,7 +32,8 @@ class EmptySurfaceFactoryClient : public SurfaceFactoryClient { |
class SurfacesPixelTest : public RendererPixelTest<GLRenderer> { |
public: |
SurfacesPixelTest() |
- : allocator_(kArbitraryClientId), factory_(&manager_, &client_) {} |
+ : allocator_(kArbitraryClientId), |
+ factory_(kArbitraryClientId, &manager_, &client_) {} |
protected: |
SurfaceManager manager_; |