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

Side by Side Diff: components/test_runner/mock_screen_orientation_client.h

Issue 1151373005: Update Blink's screen orientation path in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix one include Created 5 years, 6 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_ 5 #ifndef COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
6 #define COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_ 6 #define COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "components/test_runner/test_runner_export.h" 10 #include "components/test_runner/test_runner_export.h"
11 #include "third_party/WebKit/public/platform/WebLockOrientationCallback.h" 11 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebLockO rientationCallback.h"
12 #include "third_party/WebKit/public/platform/WebScreenOrientationClient.h" 12 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScree nOrientationClient.h"
13 #include "third_party/WebKit/public/platform/WebScreenOrientationLockType.h" 13 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScree nOrientationLockType.h"
14 #include "third_party/WebKit/public/platform/WebScreenOrientationType.h" 14 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScree nOrientationType.h"
15 15
16 namespace blink { 16 namespace blink {
17 class WebLocalFrame; 17 class WebLocalFrame;
18 } 18 }
19 19
20 namespace test_runner { 20 namespace test_runner {
21 21
22 class TEST_RUNNER_EXPORT MockScreenOrientationClient 22 class TEST_RUNNER_EXPORT MockScreenOrientationClient
23 : public NON_EXPORTED_BASE(blink::WebScreenOrientationClient) { 23 : public NON_EXPORTED_BASE(blink::WebScreenOrientationClient) {
24 public: 24 public:
(...skipping 26 matching lines...) Expand all
51 blink::WebScreenOrientationLockType current_lock_; 51 blink::WebScreenOrientationLockType current_lock_;
52 blink::WebScreenOrientationType device_orientation_; 52 blink::WebScreenOrientationType device_orientation_;
53 blink::WebScreenOrientationType current_orientation_; 53 blink::WebScreenOrientationType current_orientation_;
54 54
55 DISALLOW_COPY_AND_ASSIGN(MockScreenOrientationClient); 55 DISALLOW_COPY_AND_ASSIGN(MockScreenOrientationClient);
56 }; 56 };
57 57
58 } // namespace test_runner 58 } // namespace test_runner
59 59
60 #endif // COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_ 60 #endif // COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
OLDNEW
« no previous file with comments | « ash/content/display/screen_orientation_controller_chromeos_unittest.cc ('k') | components/test_runner/web_test_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698