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

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

Issue 1866203004: Convert //cc from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scopedptrcc: rebase Created 4 years, 8 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 (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 <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/callback_forward.h" 13 #include "base/callback_forward.h"
14 #include "base/memory/scoped_ptr.h"
14 #include "cc/layers/texture_layer.h" 15 #include "cc/layers/texture_layer.h"
15 #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"
16 17
17 class GURL; 18 class GURL;
18 19
19 namespace blink { 20 namespace blink {
20 class WebDeviceMotionData; 21 class WebDeviceMotionData;
21 class WebDeviceOrientationData; 22 class WebDeviceOrientationData;
22 class WebGamepad; 23 class WebGamepad;
23 class WebGamepads; 24 class WebGamepads;
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 void DisableAutoResizeMode(RenderView* render_view, 139 void DisableAutoResizeMode(RenderView* render_view,
139 const blink::WebSize& new_size); 140 const blink::WebSize& new_size);
140 141
141 // Provides a text dump of the contents of the given page state. 142 // Provides a text dump of the contents of the given page state.
142 std::string DumpBackForwardList(std::vector<PageState>& page_state, 143 std::string DumpBackForwardList(std::vector<PageState>& page_state,
143 size_t current_index); 144 size_t current_index);
144 145
145 } // namespace content 146 } // namespace content
146 147
147 #endif // CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_ 148 #endif // CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_
OLDNEW
« no previous file with comments | « content/browser/web_contents/aura/overscroll_window_animation.h ('k') | content/renderer/raster_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698