From c79f147c0474a311a83829a44b55aaffa42c6237 Mon Sep 17 00:00:00 2001 From: "enne@chromium.org" Date: Fri, 12 Oct 2012 19:40:56 +0000 Subject: [cc] Change cc_tests.gyp filenames to Chromium style BUG=155413 Review URL: https://codereview.chromium.org/11108020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161642 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/test/layer_test_common.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'cc/test/layer_test_common.h') diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h index 638cbb2..9627ba1 100644 --- a/cc/test/layer_test_common.h +++ b/cc/test/layer_test_common.h @@ -1,3 +1,19 @@ // Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. + +#ifndef CCLayerTestCommon_h +#define CCLayerTestCommon_h + +#include "CCRenderPass.h" +#include "IntRect.h" +#include "Region.h" + +namespace CCLayerTestCommon { + +extern const char* quadString; + +void verifyQuadsExactlyCoverRect(const cc::CCQuadList&, const cc::IntRect&); + +} // namespace CCLayerTestCommon +#endif // CCLayerTestCommon_h -- cgit v1.1