| Index: ppapi/tests/test_fullscreen.cc
|
| diff --git a/ppapi/tests/test_fullscreen.cc b/ppapi/tests/test_fullscreen.cc
|
| index c531c020f9998d1c37aa30cb38529a67f103aad4..f2b204e2f71c01da8372631f00edcd351e65ae3d 100644
|
| --- a/ppapi/tests/test_fullscreen.cc
|
| +++ b/ppapi/tests/test_fullscreen.cc
|
| @@ -71,7 +71,7 @@ bool TestFullscreen::Init() {
|
| instance_->AppendError("Failed to initialize graphics2d_");
|
| return false;
|
| }
|
| - return InitTestingInterface();
|
| + return CheckTestingInterface();
|
| }
|
|
|
| void TestFullscreen::RunTests(const std::string& filter) {
|
|
|