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

Side by Side Diff: content/public/test/layouttest_support.h

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 years, 1 month 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 (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_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_ 5 #ifndef CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_
6 #define CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_ 6 #define CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include <memory> 10 #include <memory>
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/callback_forward.h" 14 #include "base/callback_forward.h"
15 #include "cc/layers/texture_layer.h" 15 #include "cc/layers/texture_layer.h"
16 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScree nOrientationType.h" 16 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScree nOrientationType.h"
17 17
18 class GURL; 18 class GURL;
19 19
20 namespace blink { 20 namespace blink {
21 class WebDeviceMotionData; 21 class WebDeviceMotionData;
22 class WebDeviceOrientationData; 22 class WebDeviceOrientationData;
23 class WebGamepad; 23 class WebGamepad;
24 class WebGamepads;
25 class WebInputEvent; 24 class WebInputEvent;
26 class WebLayer;
27 class WebLocalFrame; 25 class WebLocalFrame;
28 struct WebSize; 26 struct WebSize;
29 class WebView; 27 class WebView;
30 class WebWidget; 28 class WebWidget;
31 class WebURLResponse; 29 class WebURLResponse;
32 } 30 }
33 31
34 namespace device {
35 class BluetoothAdapter;
36 }
37
38 namespace gfx { 32 namespace gfx {
39 class ICCProfile; 33 class ICCProfile;
40 } 34 }
41 35
42 namespace test_runner { 36 namespace test_runner {
43 class WebFrameTestProxyBase; 37 class WebFrameTestProxyBase;
44 class WebViewTestProxyBase; 38 class WebViewTestProxyBase;
45 class WebWidgetTestProxyBase; 39 class WebWidgetTestProxyBase;
46 } 40 }
47 41
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 // Provides a text dump of the contents of the given page state. 169 // Provides a text dump of the contents of the given page state.
176 std::string DumpBackForwardList(std::vector<PageState>& page_state, 170 std::string DumpBackForwardList(std::vector<PageState>& page_state,
177 size_t current_index); 171 size_t current_index);
178 172
179 // Run all pending idle tasks immediately, and then invoke callback. 173 // Run all pending idle tasks immediately, and then invoke callback.
180 void SchedulerRunIdleTasks(const base::Closure& callback); 174 void SchedulerRunIdleTasks(const base::Closure& callback);
181 175
182 } // namespace content 176 } // namespace content
183 177
184 #endif // CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_ 178 #endif // CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_
OLDNEW
« no previous file with comments | « content/public/test/javascript_test_observer.h ('k') | content/public/test/mock_render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698