summaryrefslogtreecommitdiffstats
path: root/chromium/cc/layers/ui_resource_layer_impl.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-13 16:23:34 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-14 10:37:21 +0000
commit38a9a29f4f9436cace7f0e7abf9c586057df8a4e (patch)
treec4e8c458dc595bc0ddb435708fa2229edfd00bd4 /chromium/cc/layers/ui_resource_layer_impl.h
parente684a3455bcc29a6e3e66a004e352dea4e1141e7 (diff)
BASELINE: Update Chromium to 73.0.3683.37
Change-Id: I08c9af2948b645f671e5d933aca1f7a90ea372f2 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/cc/layers/ui_resource_layer_impl.h')
-rw-r--r--chromium/cc/layers/ui_resource_layer_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/cc/layers/ui_resource_layer_impl.h b/chromium/cc/layers/ui_resource_layer_impl.h
index bd94720a0e2..1283a23a9c3 100644
--- a/chromium/cc/layers/ui_resource_layer_impl.h
+++ b/chromium/cc/layers/ui_resource_layer_impl.h
@@ -52,7 +52,7 @@ class CC_EXPORT UIResourceLayerImpl : public LayerImpl {
void AppendQuads(viz::RenderPass* render_pass,
AppendQuadsData* append_quads_data) override;
- std::unique_ptr<base::DictionaryValue> LayerAsJson() override;
+ std::unique_ptr<base::DictionaryValue> LayerAsJson() const override;
protected:
UIResourceLayerImpl(LayerTreeImpl* tree_impl, int id);