diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-12 19:40:56 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-12 19:40:56 +0000 |
commit | c79f147c0474a311a83829a44b55aaffa42c6237 (patch) | |
tree | 8bb41fcb74068042828da31c279b0d53dd0844fa /cc/test/layer_test_common.h | |
parent | e62f2909e0aabf37131a65c7e50e85c1f07473f8 (diff) | |
download | chromium_src-c79f147c0474a311a83829a44b55aaffa42c6237.zip chromium_src-c79f147c0474a311a83829a44b55aaffa42c6237.tar.gz chromium_src-c79f147c0474a311a83829a44b55aaffa42c6237.tar.bz2 |
[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
Diffstat (limited to 'cc/test/layer_test_common.h')
-rw-r--r-- | cc/test/layer_test_common.h | 16 |
1 files changed, 16 insertions, 0 deletions
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 |