| Index: ppapi/tests/test_flash_fullscreen.h
|
| ===================================================================
|
| --- ppapi/tests/test_flash_fullscreen.h (revision 101850)
|
| +++ ppapi/tests/test_flash_fullscreen.h (working copy)
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef PAPPI_TESTS_TEST_FULLSCREEN_H_
|
| -#define PAPPI_TESTS_TEST_FULLSCREEN_H_
|
| +#ifndef PAPPI_TESTS_TEST_FLASH_FULLSCREEN_H_
|
| +#define PAPPI_TESTS_TEST_FLASH_FULLSCREEN_H_
|
|
|
| #include <string>
|
|
|
| -#include "ppapi/cpp/dev/fullscreen_dev.h"
|
| +#include "ppapi/cpp/private/flash_fullscreen.h"
|
| #include "ppapi/cpp/size.h"
|
| #include "ppapi/tests/test_case.h"
|
| #include "ppapi/tests/test_utils.h"
|
| @@ -16,9 +16,9 @@
|
| class Rect;
|
| } // namespace pp
|
|
|
| -class TestFullscreen : public TestCase {
|
| +class TestFlashFullscreen : public TestCase {
|
| public:
|
| - explicit TestFullscreen(TestingInstance* instance);
|
| + explicit TestFlashFullscreen(TestingInstance* instance);
|
|
|
| // TestCase implementation.
|
| virtual bool Init();
|
| @@ -29,7 +29,7 @@
|
| std::string TestGetScreenSize();
|
| std::string TestNormalToFullscreenToNormal();
|
|
|
| - pp::Fullscreen_Dev screen_mode_;
|
| + pp::FlashFullscreen screen_mode_;
|
| pp::Size screen_size_;
|
|
|
| bool fullscreen_pending_;
|
| @@ -38,4 +38,4 @@
|
| TestCompletionCallback normal_callback_;
|
| };
|
|
|
| -#endif // PAPPI_TESTS_TEST_FULLSCREEN_H_
|
| +#endif // PAPPI_TESTS_TEST_FLASH_FULLSCREEN_H_
|
|
|