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

Unified Diff: cc/test/remote_client_layer_factory.h

Issue 2397843003: cc/blimp: Add (de)-serialization for PictureLayer and ScrollbarLayer. (Closed)
Patch Set: Addressed comments 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
« no previous file with comments | « cc/proto/layer.proto ('k') | cc/test/remote_client_layer_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 53232bfdad353427d7bfe360da38e466af25134f..ad3607493a14cf8526a3be7a16190b5fa6acf9ab 100644
--- a/cc/test/remote_client_layer_factory.h
+++ b/cc/test/remote_client_layer_factory.h
@@ -20,6 +20,16 @@ class RemoteClientLayerFactory : public LayerFactory {
// LayerFactory implementation.
scoped_refptr<Layer> CreateLayer(int engine_layer_id) override;
+ scoped_refptr<PictureLayer> CreatePictureLayer(
+ int engine_layer_id,
+ ContentLayerClient* content_layer_client) override;
+ scoped_refptr<SolidColorScrollbarLayer> CreateSolidColorScrollbarLayer(
+ int engine_layer_id,
+ ScrollbarOrientation orientation,
+ int thumb_thickness,
+ int track_start,
+ bool is_left_side_vertical_scrollbar,
+ int scroll_layer_id) override;
};
} // namespace cc
« no previous file with comments | « cc/proto/layer.proto ('k') | cc/test/remote_client_layer_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698