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

Unified Diff: cc/layers/nine_patch_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/nine_patch_layer_impl.h
diff --git a/cc/layers/nine_patch_layer_impl.h b/cc/layers/nine_patch_layer_impl.h
index 66a2720a3208decaee81bcc7254c18072f3bd035..bc7fb4925599e37c5904ea7d404b76135164da1f 100644
--- a/cc/layers/nine_patch_layer_impl.h
+++ b/cc/layers/nine_patch_layer_impl.h
@@ -66,7 +66,7 @@ class CC_EXPORT NinePatchLayerImpl : public UIResourceLayerImpl {
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:
NinePatchLayerImpl(LayerTreeImpl* tree_impl, int id);

Powered by Google App Engine
This is Rietveld 408576698