| Index: ui/compositor/compositor.h
|
| diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
|
| index 7dabd534160f79dd5a74829dcf4bac5608dff55a..f74abe074aad25642b1af316ed2bc108dafa634e 100644
|
| --- a/ui/compositor/compositor.h
|
| +++ b/ui/compositor/compositor.h
|
| @@ -86,7 +86,7 @@ class COMPOSITOR_EXPORT ContextFactory {
|
| // per-compositor data (e.g. a shared context), that needs to be cleaned up
|
| // by calling RemoveCompositor when the compositor gets destroyed.
|
| virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
|
| - Compositor* compositor) = 0;
|
| + Compositor* compositor, bool software_fallback) = 0;
|
|
|
| // Creates a reflector that copies the content of the |mirrored_compositor|
|
| // onto |mirroing_layer|.
|
|
|