| Index: cc/output/renderer_pixeltest.cc
|
| diff --git a/cc/output/renderer_pixeltest.cc b/cc/output/renderer_pixeltest.cc
|
| index afb21a056b4229fc44f1e329c23431b29c75e7be..2cc7c6a5cfb0b06b934d092856449d88b2c2bb58 100644
|
| --- a/cc/output/renderer_pixeltest.cc
|
| +++ b/cc/output/renderer_pixeltest.cc
|
| @@ -7,6 +7,7 @@
|
| #include <memory>
|
|
|
| #include "base/message_loop/message_loop.h"
|
| +#include "cc/base/math_util.h"
|
| #include "cc/output/gl_renderer.h"
|
| #include "cc/quads/draw_quad.h"
|
| #include "cc/quads/picture_draw_quad.h"
|
| @@ -1717,7 +1718,7 @@ TYPED_TEST(RendererPixelTest, EnlargedRenderPassTexture) {
|
| pass_list.push_back(std::move(child_pass));
|
| pass_list.push_back(std::move(root_pass));
|
|
|
| - this->renderer_->SetEnlargePassTextureAmount(gfx::Size(50, 75));
|
| + this->renderer_->SetEnlargePassTextureAmountForTesting(gfx::Size(50, 75));
|
|
|
| EXPECT_TRUE(this->RunPixelTest(
|
| &pass_list,
|
| @@ -1779,7 +1780,7 @@ TYPED_TEST(RendererPixelTest, EnlargedRenderPassTextureWithAntiAliasing) {
|
| pass_list.push_back(std::move(child_pass));
|
| pass_list.push_back(std::move(root_pass));
|
|
|
| - this->renderer_->SetEnlargePassTextureAmount(gfx::Size(50, 75));
|
| + this->renderer_->SetEnlargePassTextureAmountForTesting(gfx::Size(50, 75));
|
|
|
| EXPECT_TRUE(this->RunPixelTest(
|
| &pass_list,
|
|
|