summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_fullscreen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_fullscreen.cc')
-rw-r--r--ppapi/tests/test_fullscreen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_fullscreen.cc b/ppapi/tests/test_fullscreen.cc
index c531c02..f2b204e 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) {