backport: shadow-helper: Don't set style context parent
Even though foreign drawing uses a temporary GtkStyleContext, calling gtk_style_context_set_parent() adds all its CSS nodes to the global hierarchy, and then they aren't cleaned up. This shouldn't happen.
Fixes #191 (closed)
(cherry picked from commit 1c2d9cac)