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

Unified Diff: cc/layers/picture_layer.h

Issue 2397843003: cc/blimp: Add (de)-serialization for PictureLayer and ScrollbarLayer. (Closed)
Patch Set: 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/layers/picture_layer.h
diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
index 1aa5303c48dd83dbefc50d8d6cf4bb640d7af634..875588f9b4688efc5377d3adca582d0cb19b0ec9 100644
--- a/cc/layers/picture_layer.h
+++ b/cc/layers/picture_layer.h
@@ -68,6 +68,7 @@ class CC_EXPORT PictureLayer : public Layer {
// Allow tests to inject a recording source.
PictureLayer(ContentLayerClient* client,
std::unique_ptr<RecordingSource> source);
+ PictureLayer(int engine_layer_id, ContentLayerClient* client);
~PictureLayer() override;
bool HasDrawableContent() const override;

Powered by Google App Engine
This is Rietveld 408576698