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

Unified Diff: cc/test/remote_client_layer_factory.h

Issue 2451913002: Add serialization/deserialization for FakePictureLayer for testing. (Closed)
Patch Set: Some cleaning on FakePictureLayer. Created 4 years, 2 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/remote_client_layer_factory.h
diff --git a/cc/test/remote_client_layer_factory.h b/cc/test/remote_client_layer_factory.h
index ad3607493a14cf8526a3be7a16190b5fa6acf9ab..a02d17ef72e83ccfdf0824c051d76a13b05a7a9c 100644
--- a/cc/test/remote_client_layer_factory.h
+++ b/cc/test/remote_client_layer_factory.h
@@ -23,6 +23,9 @@ class RemoteClientLayerFactory : public LayerFactory {
scoped_refptr<PictureLayer> CreatePictureLayer(
int engine_layer_id,
ContentLayerClient* content_layer_client) override;
+ scoped_refptr<PictureLayer> CreateFakePictureLayer(
+ int engine_layer_id,
+ ContentLayerClient* content_layer_client) override;
scoped_refptr<SolidColorScrollbarLayer> CreateSolidColorScrollbarLayer(
int engine_layer_id,
ScrollbarOrientation orientation,

Powered by Google App Engine
This is Rietveld 408576698