| Index: components/exo/surface_unittest.cc
|
| diff --git a/components/exo/surface_unittest.cc b/components/exo/surface_unittest.cc
|
| index 95309a39fddce194f7aa5770da6ab51b75d89538..a667a175b5f78ce9a826807918aa1084d886ad25 100644
|
| --- a/components/exo/surface_unittest.cc
|
| +++ b/components/exo/surface_unittest.cc
|
| @@ -26,6 +26,7 @@ void ReleaseBuffer(int* release_buffer_call_count) {
|
| (*release_buffer_call_count)++;
|
| }
|
|
|
| +// SurafaceTest.Attach is failing
|
| TEST_F(SurfaceTest, Attach) {
|
| gfx::Size buffer_size(256, 256);
|
| std::unique_ptr<Buffer> buffer(
|
| @@ -247,7 +248,6 @@ TEST_F(SurfaceTest, SetAlpha) {
|
|
|
| TEST_F(SurfaceTest, Commit) {
|
| std::unique_ptr<Surface> surface(new Surface);
|
| -
|
| // Calling commit without a buffer should succeed.
|
| surface->Commit();
|
| }
|
|
|