| Index: cc/trees/layer_tree_host_unittest_context.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
|
| index 3a2187e93a4c8cbe4faf3cbb61d3c8e3fcd75a5a..7502f07c762128cc4a4ce6ef5c1ac2f23eccfd94 100644
|
| --- a/cc/trees/layer_tree_host_unittest_context.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_context.cc
|
| @@ -609,7 +609,7 @@ class LayerTreeHostContextTestLostContextSucceedsWithContent
|
| root_->SetIsDrawable(true);
|
|
|
| // Paint non-solid color.
|
| - SkPaint paint;
|
| + CdlPaint paint;
|
| paint.setColor(SkColorSetARGB(100, 80, 200, 200));
|
| client_.add_draw_rect(gfx::Rect(5, 5), paint);
|
|
|
| @@ -688,7 +688,7 @@ class LayerTreeHostContextTestLostContextAndEvictTextures
|
|
|
| void SetupTree() override {
|
| // Paint non-solid color.
|
| - SkPaint paint;
|
| + CdlPaint paint;
|
| paint.setColor(SkColorSetARGB(100, 80, 200, 200));
|
| client_.add_draw_rect(gfx::Rect(5, 5), paint);
|
|
|
| @@ -1602,7 +1602,7 @@ class LayerTreeHostContextTestLoseWorkerContextDuringPrepareTiles
|
| : public LayerTreeTest {
|
| protected:
|
| void SetupTree() override {
|
| - SkPaint paint;
|
| + CdlPaint paint;
|
| client_.set_fill_with_nonsolid_color(true);
|
| client_.add_draw_rect(gfx::Rect(5, 5), paint);
|
|
|
|
|