summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_buffer.h')
-rw-r--r--ppapi/tests/test_buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/tests/test_buffer.h b/ppapi/tests/test_buffer.h
index 4c78d9d..ede075c 100644
--- a/ppapi/tests/test_buffer.h
+++ b/ppapi/tests/test_buffer.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -23,6 +23,7 @@ class TestBuffer : public TestCase {
std::string TestInvalidSize();
std::string TestInitToZero();
std::string TestIsBuffer();
+ std::string TestBasicLifeCycle();
// Used by the tests that access the C API directly.
const PPB_Buffer_Dev* buffer_interface_;