add a use_alsa gyp setting
[chromium-blink-merge.git] / cc / test / layer_test_common.h
blob4b6ba83858508d78fe2b35d0bd7bbbcbf1fba321
1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CC_TEST_LAYER_TEST_COMMON_H_
6 #define CC_TEST_LAYER_TEST_COMMON_H_
8 namespace cc {
9 class QuadList;
12 namespace gfx {
13 class Rect;
16 namespace cc {
17 namespace LayerTestCommon {
19 extern const char* quadString;
21 void verifyQuadsExactlyCoverRect(const cc::QuadList&, const gfx::Rect&);
23 } // namespace LayerTestCommon
24 } // namespace cc
26 #endif // CC_TEST_LAYER_TEST_COMMON_H_