chromium/third_party/angle/src/libANGLE/Surface_unittest.cpp

//
// Copyright 2014 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//

#include "gmock/gmock.h"
#include "gtest/gtest.h"

#include "libANGLE/AttributeMap.h"
#include "libANGLE/Config.h"
#include "libANGLE/State.h"
#include "libANGLE/Surface.h"
#include "libANGLE/angletypes.h"
#include "libANGLE/renderer/FramebufferImpl_mock.h"
#include "libANGLE/renderer/SurfaceImpl.h"
#include "tests/angle_unittests_utils.h"

usingnamespacerx;
usingnamespacetesting;

namespace
{

class MockSurfaceImpl : public rx::SurfaceImpl
{};

TEST(SurfaceTest, DestructionDeletesImpl)
{}

}  // namespace