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

Unified Diff: cc/layers/ui_resource_layer_impl.h

Issue 2053193002: cc : Move LayerImpl::children to test properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/ui_resource_layer_impl.h
diff --git a/cc/layers/ui_resource_layer_impl.h b/cc/layers/ui_resource_layer_impl.h
index 6508de55116390aebbfad1919ac18fe59971d87d..36bcdd55dbc29f84e9f08d861e3f2bb3d8b85359 100644
--- a/cc/layers/ui_resource_layer_impl.h
+++ b/cc/layers/ui_resource_layer_impl.h
@@ -49,7 +49,7 @@ class CC_EXPORT UIResourceLayerImpl : public LayerImpl {
void AppendQuads(RenderPass* render_pass,
AppendQuadsData* append_quads_data) override;
- std::unique_ptr<base::DictionaryValue> LayerTreeAsJson() const override;
+ std::unique_ptr<base::DictionaryValue> LayerTreeAsJson() override;
protected:
UIResourceLayerImpl(LayerTreeImpl* tree_impl, int id);

Powered by Google App Engine
This is Rietveld 408576698