| Index: cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| diff --git a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| index 0689a27274d0adf14448f765eadfd6e5a3bacd46..74e20f5651dffb0b61824bb09e6bd8ea8ac97e56 100644
|
| --- a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| +++ b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
|
| @@ -11,8 +11,8 @@
|
| #include "cc/trees/layer_tree_impl.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| -#include "ui/gfx/rect.h"
|
| -#include "ui/gfx/rect_f.h"
|
| +#include "ui/gfx/geometry/rect.h"
|
| +#include "ui/gfx/geometry/rect_f.h"
|
|
|
| #if !defined(OS_ANDROID)
|
|
|
| @@ -97,7 +97,7 @@ void LayerTreeHostOnDemandRasterPixelTest::RunOnDemandRasterPixelTest() {
|
| layer->SetBounds(layer_rect.size());
|
| layer->SetPosition(layer_rect.origin());
|
|
|
| - RunPixelTest(GL_WITH_BITMAP,
|
| + RunPixelTest(PIXEL_TEST_GL,
|
| layer,
|
| base::FilePath(FILE_PATH_LITERAL("blue_yellow.png")));
|
| }
|
|
|