Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: ppapi/tests/test_flash_fullscreen.h

Issue 7826017: Add PPB_Fullscreen;0.5. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698