layers: Remove old/unnecessary FIXME from swapchain layer
authorIan Elliott <ianelliott@google.com>
Thu, 8 Sep 2016 17:34:52 +0000 (11:34 -0600)
committerIan Elliott <ianelliott@google.com>
Thu, 8 Sep 2016 17:38:59 +0000 (11:38 -0600)
commitdb4d533441e56f95e27cae5e5f9ae6260c8ae4b8
tree7de341eb3a8c2b161e4c3facaa2b0eeba2f30b8d
parent38638a7c5cbb8b0235144b7d5ff67a157138bd30
layers: Remove old/unnecessary FIXME from swapchain layer

This FIXME comment does not apply.  It may have applied, if the line being
referred to once copied a pointer to user data, but at this point, the actual
data is being copied into a struct owned by the swapchain layer, which is what
the comment was about.
layers/swapchain.cpp