| Index: webkit/support/web_layer_tree_view_impl_for_testing.cc
|
| diff --git a/webkit/support/web_layer_tree_view_impl_for_testing.cc b/webkit/support/web_layer_tree_view_impl_for_testing.cc
|
| index 8797bfaa49462efeb55ab65f6ffbba16a9797558..6afc33b796f26ca82a6859afd00f8fa74d8d3940 100644
|
| --- a/webkit/support/web_layer_tree_view_impl_for_testing.cc
|
| +++ b/webkit/support/web_layer_tree_view_impl_for_testing.cc
|
| @@ -158,7 +158,7 @@ void WebLayerTreeViewImplForTesting::ApplyScrollAndScale(
|
| float page_scale) {}
|
|
|
| scoped_ptr<cc::OutputSurface>
|
| -WebLayerTreeViewImplForTesting::CreateOutputSurface() {
|
| +WebLayerTreeViewImplForTesting::CreateOutputSurface(bool fallback) {
|
| scoped_ptr<cc::OutputSurface> surface;
|
| scoped_ptr<WebGraphicsContext3D> context3d(
|
| new cc::FakeWebGraphicsContext3D);
|
|
|