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

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: Addressed comments from vmpstr, including adding //cc/blimp Created 4 years, 6 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
« no previous file with comments | « cc/test/fake_recording_source.cc ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test.h
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
index 5d055391af55665d80731676b8c4779ec23ea6f9..6ed2e35fed8ffc95757e7caf587c23347a9fc05f 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -200,6 +200,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_;
« no previous file with comments | « cc/test/fake_recording_source.cc ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698