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

Unified Diff: cc/test/serialization_test_utils.h

Issue 2493523003: cc: Remove unused proto conversion code. (Closed)
Patch Set: test Created 4 years, 1 month 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/remote_compositor_test.cc ('k') | cc/test/serialization_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/serialization_test_utils.h
diff --git a/cc/test/serialization_test_utils.h b/cc/test/serialization_test_utils.h
index 3150483f76a10e9ca03c455ea93b39c98d018760..2573399fe591c7af578639ddeffbf20f1182809d 100644
--- a/cc/test/serialization_test_utils.h
+++ b/cc/test/serialization_test_utils.h
@@ -9,8 +9,10 @@
namespace cc {
class CompositorStateDeserializer;
+class FakePictureLayer;
class Layer;
class LayerTree;
+class SolidColorScrollbarLayer;
void VerifySerializedTreesAreIdentical(
LayerTree* engine_layer_tree,
@@ -19,7 +21,14 @@ void VerifySerializedTreesAreIdentical(
void VerifySerializedLayersAreIdentical(
Layer* engine_layer,
- Layer* client_layer,
+ CompositorStateDeserializer* compositor_state_deserializer);
+
+void VerifySerializedScrollbarLayersAreIdentical(
+ SolidColorScrollbarLayer* engine_layer,
+ CompositorStateDeserializer* compositor_state_deserializer);
+
+void VerifySerializedPictureLayersAreIdentical(
+ FakePictureLayer* engine_layer,
CompositorStateDeserializer* compositor_state_deserializer);
} // namespace cc
« no previous file with comments | « cc/test/remote_compositor_test.cc ('k') | cc/test/serialization_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698