| Index: cc/test/fake_output_surface.h
|
| diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
|
| index 090571f6a91231728c96150a02e7bbc16a380856..6eff484d450e00c7a3114710f5d74e1e04d741e9 100644
|
| --- a/cc/test/fake_output_surface.h
|
| +++ b/cc/test/fake_output_surface.h
|
| @@ -81,7 +81,7 @@ class FakeOutputSurface : public OutputSurface {
|
| }
|
| virtual bool ForcedDrawToSoftwareDevice() const OVERRIDE;
|
|
|
| - private:
|
| + protected:
|
| FakeOutputSurface(
|
| scoped_ptr<WebKit::WebGraphicsContext3D> context3d,
|
| bool has_parent);
|
|
|