layers: Remove spurious using BASE_NODE::*.
authorChris Forbes <chrisforbes@google.com>
Thu, 22 Sep 2016 02:55:13 +0000 (14:55 +1200)
committerChris Forbes <chrisforbes@google.com>
Sun, 25 Sep 2016 19:37:39 +0000 (08:37 +1300)
commitc3c3a5dac2ac4b77018c48129cbe4306bdd0edd4
tree681bbe4f5846cd68eeed40787a089564e6bca80c
parent93c1d25af0a8df19f2181c6ea2633f9a8444efe9
layers: Remove spurious using BASE_NODE::*.

Inheritance is all public (except for FRAMEBUFFER_NODE, which ought to
have been), and there's no template inheritance involved, so these
didn't do anything interesting.

Fix FRAMEBUFFER_NODE to publicly inherit BASE_NODE, and drop the noise
everywhere.

Signed-off-by: Chris Forbes <chrisforbes@google.com>
layers/core_validation.h
layers/core_validation_types.h
layers/descriptor_sets.h