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

Unified Diff: cc/test/layer_tree_test.h

Issue 1982893002: [blimp] Add SkPicture caching support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix non-existing SkPicture::uniqueID() when dealing with display items without SkPictures Created 4 years, 7 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/layer_tree_test.h
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
index 1f786a4a3e90677a040d3aaaf41a7b10cbc4e1a8..836a4b75b93300c22ffcb58525f78a6436e971ab 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -198,6 +198,8 @@ class LayerTreeTest : public testing::Test, public TestHooks {
FakeExternalBeginFrameSource* external_begin_frame_source_;
RemoteProtoChannelBridge remote_proto_channel_bridge_;
+ std::unique_ptr<ImageSerializationProcessor> image_serialization_processor_;
+
bool beginning_;
bool end_when_begin_returns_;
bool timed_out_;

Powered by Google App Engine
This is Rietveld 408576698