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

Side by Side Diff: content/shell/renderer/layout_test/blink_test_runner.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
« no previous file with comments | « content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_RUNNER_H_ 5 #ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_RUNNER_H_
6 #define CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_RUNNER_H_ 6 #define CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_RUNNER_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "components/test_runner/test_preferences.h" 12 #include "components/test_runner/test_preferences.h"
13 #include "components/test_runner/web_test_delegate.h" 13 #include "components/test_runner/web_test_delegate.h"
14 #include "content/public/common/page_state.h" 14 #include "content/public/common/page_state.h"
15 #include "content/public/renderer/render_view_observer.h" 15 #include "content/public/renderer/render_view_observer.h"
16 #include "content/public/renderer/render_view_observer_tracker.h" 16 #include "content/public/renderer/render_view_observer_tracker.h"
17 #include "content/shell/common/shell_test_configuration.h" 17 #include "content/shell/common/shell_test_configuration.h"
18 #include "third_party/WebKit/public/platform/WebScreenOrientationType.h" 18 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScree nOrientationType.h"
19 #include "v8/include/v8.h" 19 #include "v8/include/v8.h"
20 20
21 class SkBitmap; 21 class SkBitmap;
22 class SkCanvas; 22 class SkCanvas;
23 23
24 namespace blink { 24 namespace blink {
25 class WebBatteryStatus; 25 class WebBatteryStatus;
26 class WebDeviceMotionData; 26 class WebDeviceMotionData;
27 class WebDeviceOrientationData; 27 class WebDeviceOrientationData;
28 struct WebRect; 28 struct WebRect;
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 181
182 scoped_ptr<LeakDetector> leak_detector_; 182 scoped_ptr<LeakDetector> leak_detector_;
183 bool needs_leak_detector_; 183 bool needs_leak_detector_;
184 184
185 DISALLOW_COPY_AND_ASSIGN(BlinkTestRunner); 185 DISALLOW_COPY_AND_ASSIGN(BlinkTestRunner);
186 }; 186 };
187 187
188 } // namespace content 188 } // namespace content
189 189
190 #endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_RUNNER_H_ 190 #endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_RUNNER_H_
OLDNEW
« no previous file with comments | « content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698