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

Unified Diff: cc/test/fake_picture_layer.cc

Issue 519583003: Use the solid color detection to create solid layers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused variable Created 6 years, 3 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/test/fake_picture_layer.cc
diff --git a/cc/test/fake_picture_layer.cc b/cc/test/fake_picture_layer.cc
index 2a5d2e9a77469e000486cf4d4d924731713deb43..a83e11c128bd6f60d3432179f545a1c8e7570146 100644
--- a/cc/test/fake_picture_layer.cc
+++ b/cc/test/fake_picture_layer.cc
@@ -33,6 +33,7 @@ bool FakePictureLayer::Update(ResourceUpdateQueue* queue,
void FakePictureLayer::PushPropertiesTo(LayerImpl* layer) {
PictureLayer::PushPropertiesTo(layer);
+ PictureLayerImpl* layer_impl = static_cast<PictureLayerImpl*>(layer);
vmpstr 2014/09/15 15:45:07 this is not needed?
hendrikw 2014/09/15 16:59:40 Acknowledged.
push_properties_count_++;
}

Powered by Google App Engine
This is Rietveld 408576698