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)
commitc3cbf376f476966c6e155733b8cfa514312ba3d8
tree27c583115800db659c72a30afcd4d66b88e6d865
parentbd697d20d3d4cc1bf2c272af06c2e17268b0d687
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