| Index: cc/output/output_surface.cc
|
| diff --git a/cc/output/output_surface.cc b/cc/output/output_surface.cc
|
| index e7c4e9310d087f15cc93e3adf41dae06d212c49f..09d367177c42f96486549bbd1443be2634f3c0c2 100644
|
| --- a/cc/output/output_surface.cc
|
| +++ b/cc/output/output_surface.cc
|
| @@ -180,21 +180,6 @@ void OutputSurface::SetExternalStencilTest(bool enabled) {
|
| external_stencil_test_enabled_ = enabled;
|
| }
|
|
|
| -void OutputSurface::SetExternalDrawConstraints(
|
| - const gfx::Transform& transform,
|
| - const gfx::Rect& viewport,
|
| - const gfx::Rect& clip,
|
| - const gfx::Rect& viewport_rect_for_tile_priority,
|
| - const gfx::Transform& transform_for_tile_priority,
|
| - bool resourceless_software_draw) {
|
| - client_->SetExternalDrawConstraints(transform,
|
| - viewport,
|
| - clip,
|
| - viewport_rect_for_tile_priority,
|
| - transform_for_tile_priority,
|
| - resourceless_software_draw);
|
| -}
|
| -
|
| OutputSurface::~OutputSurface() {
|
| if (client_)
|
| DetachFromClientInternal();
|
|
|