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

Unified Diff: cc/test/remote_client_layer_factory.h

Issue 2456093003: Enable more layer_tree_host_unittest for LayerTreeHostRemote. (Closed)
Patch Set: Minor polish on refactored test class. 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/push_properties_counting_layer_impl.cc ('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 a02d17ef72e83ccfdf0824c051d76a13b05a7a9c..22f1ebe588811ca2a93cce37d863209ab20a1ff7 100644
--- a/cc/test/remote_client_layer_factory.h
+++ b/cc/test/remote_client_layer_factory.h
@@ -23,9 +23,6 @@ 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,
@@ -33,6 +30,11 @@ class RemoteClientLayerFactory : public LayerFactory {
int track_start,
bool is_left_side_vertical_scrollbar,
int scroll_layer_id) override;
+ scoped_refptr<PictureLayer> CreateFakePictureLayer(
+ int engine_layer_id,
+ ContentLayerClient* content_layer_client) override;
+ scoped_refptr<Layer> CreatePushPropertiesCountingLayer(
+ int engine_layer_id) override;
};
} // namespace cc
« no previous file with comments | « cc/test/push_properties_counting_layer_impl.cc ('k') | cc/test/remote_client_layer_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698