| Index: ui/compositor/test/test_context_factory.cc
|
| diff --git a/ui/compositor/test/test_context_factory.cc b/ui/compositor/test/test_context_factory.cc
|
| index d47dec9399a15d30228e94a7e25d72d28aefe38d..0c4b274f53b4e604e2877282068e2b0ea42f0870 100644
|
| --- a/ui/compositor/test/test_context_factory.cc
|
| +++ b/ui/compositor/test/test_context_factory.cc
|
| @@ -15,7 +15,8 @@ TestContextFactory::TestContextFactory() {}
|
| TestContextFactory::~TestContextFactory() {}
|
|
|
| scoped_ptr<cc::OutputSurface> TestContextFactory::CreateOutputSurface(
|
| - Compositor* compositor) {
|
| + Compositor* compositor, bool software_fallback) {
|
| + DCHECK(!software_fallback);
|
| return make_scoped_ptr(
|
| new cc::OutputSurface(cc::TestContextProvider::Create()));
|
| }
|
|
|