| Index: ppapi/tests/test_graphics_2d.h
|
| diff --git a/ppapi/tests/test_graphics_2d.h b/ppapi/tests/test_graphics_2d.h
|
| index 86eb9a8985677079e6baee11e6856d941bf5df7e..b5165e246be9ba391adbbc2f966256070ec33604 100644
|
| --- a/ppapi/tests/test_graphics_2d.h
|
| +++ b/ppapi/tests/test_graphics_2d.h
|
| @@ -78,6 +78,7 @@ class TestGraphics2D : public TestCase {
|
| std::string TestScroll();
|
| std::string TestReplace();
|
| std::string TestFlush();
|
| + std::string TestDev();
|
|
|
| // Used by the tests that access the C API directly.
|
| const PPB_Graphics2D* graphics_2d_interface_;
|
|
|