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

Side by Side Diff: ppapi/tests/test_fullscreen.h

Issue 9558009: Add HandleInputEventAck message to allow out-of-process plugins to respond to user gestures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/proxy/ppp_input_event_proxy.cc ('k') | ppapi/tests/test_fullscreen.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef PAPPI_TESTS_TEST_FULLSCREEN_H_ 5 #ifndef PAPPI_TESTS_TEST_FULLSCREEN_H_
6 #define PAPPI_TESTS_TEST_FULLSCREEN_H_ 6 #define PAPPI_TESTS_TEST_FULLSCREEN_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "ppapi/cpp/fullscreen.h" 10 #include "ppapi/cpp/fullscreen.h"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 std::string Error(); 45 std::string Error();
46 46
47 std::string error_; 47 std::string error_;
48 48
49 pp::Fullscreen screen_mode_; 49 pp::Fullscreen screen_mode_;
50 pp::Size screen_size_; 50 pp::Size screen_size_;
51 pp::Rect normal_position_; 51 pp::Rect normal_position_;
52 52
53 bool fullscreen_pending_; 53 bool fullscreen_pending_;
54 bool normal_pending_; 54 bool normal_pending_;
55 bool saw_first_fullscreen_didchangeview;
56 pp::Graphics2D graphics2d_; 55 pp::Graphics2D graphics2d_;
57 TestCompletionCallback set_fullscreen_true_callback_; 56 TestCompletionCallback set_fullscreen_true_callback_;
58 TestCompletionCallback fullscreen_callback_; 57 TestCompletionCallback fullscreen_callback_;
59 TestCompletionCallback normal_callback_; 58 TestCompletionCallback normal_callback_;
60 }; 59 };
61 60
62 #endif // PAPPI_TESTS_TEST_FULLSCREEN_H_ 61 #endif // PAPPI_TESTS_TEST_FULLSCREEN_H_
OLDNEW
« no previous file with comments | « ppapi/proxy/ppp_input_event_proxy.cc ('k') | ppapi/tests/test_fullscreen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698