cssnode: Add hackery to allow bypassing widget paths
authorBenjamin Otte <otte@redhat.com>
Mon, 9 Feb 2015 17:38:57 +0000 (18:38 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 Mar 2015 14:23:31 +0000 (15:23 +0100)
commit310f9f40dac12471197e33d745ae46dd0d8aeb22
treeedd1da00cb474ac92cd3f1af65a2f6518c829c67
parentee6d081ed905bf2b561341353a1a88bf433a6c23
cssnode: Add hackery to allow bypassing widget paths

If we know the parent's get_path_for_child() implementation is safe to
be used with GtkCssNode because it doesn't do anything special, we do
that. Unfortunately that requires whitelisting vfuncs because the vfunc
is public API so anyone can override it.
gtk/gtkcsswidgetnode.c