Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3454)

Unified Diff: cc/layers/picture_layer_unittest.cc

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/layers/picture_layer_unittest.cc
diff --git a/cc/layers/picture_layer_unittest.cc b/cc/layers/picture_layer_unittest.cc
index 76d8ec9fa1935d23d36c103c3dedc35c54fffe7d..e1fe302e6b4a2cb2616479bcba810ff07dcfede4 100644
--- a/cc/layers/picture_layer_unittest.cc
+++ b/cc/layers/picture_layer_unittest.cc
@@ -13,6 +13,7 @@
#include "cc/layers/content_layer_client.h"
#include "cc/layers/empty_content_layer_client.h"
#include "cc/layers/picture_layer_impl.h"
+#include "cc/paint/paint_flags.h"
#include "cc/playback/display_item_list_settings.h"
#include "cc/test/fake_compositor_frame_sink.h"
#include "cc/test/fake_layer_tree_host.h"
@@ -166,7 +167,7 @@ TEST(PictureLayerTest, ClearVisibleRectWhenNoTiling) {
FakeContentLayerClient client;
client.set_bounds(layer_size);
client.add_draw_image(CreateDiscardableImage(layer_size), gfx::Point(),
- SkPaint());
+ PaintFlags());
scoped_refptr<PictureLayer> layer = PictureLayer::Create(&client);
layer->SetBounds(gfx::Size(10, 10));

Powered by Google App Engine
This is Rietveld 408576698