summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-01-30 16:27:17 +0100
committerBenjamin Otte <otte@redhat.com>2015-03-18 15:23:29 +0100
commit4cc2af2db13bbeda0a10adb3bce7b1fa4f28b03b (patch)
treeba94524bb0c8c51963c9fbcd3b7c2730872550ec /gtk/gtkcontainer.c
parent8e1017db355a75f20461fe20761932a9095ad325 (diff)
downloadgtk+-4cc2af2db13bbeda0a10adb3bce7b1fa4f28b03b.tar.gz
stylecontext: Move validation into GtkCssNode
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r--gtk/gtkcontainer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index 0ec29c7923..186f89db08 100644
--- a/gtk/gtkcontainer.c
+++ b/gtk/gtkcontainer.c
@@ -1853,10 +1853,10 @@ gtk_container_idle_sizer (GdkFrameClock *clock,
current_time = g_get_monotonic_time ();
container->priv->restyle_pending = FALSE;
- _gtk_style_context_validate (gtk_widget_get_style_context (GTK_WIDGET (container)),
- current_time,
- 0,
- empty);
+ gtk_css_node_validate (gtk_style_context_get_root (gtk_widget_get_style_context (GTK_WIDGET (container))),
+ current_time,
+ 0,
+ empty);
_gtk_bitmask_free (empty);
}