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

Side by Side Diff: content/shell/common/shell_test_configuration.h

Issue 832953002: Cleanup: Update the path to gfx size headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 11 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/shell/browser/webkit_test_controller.h ('k') | content/test/mock_webclipboard_impl.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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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_COMMON_SHELL_TEST_CONFIGURATION_H_ 5 #ifndef CONTENT_SHELL_COMMON_SHELL_TEST_CONFIGURATION_H_
6 #define CONTENT_SHELL_COMMON_SHELL_TEST_CONFIGURATION_H_ 6 #define CONTENT_SHELL_COMMON_SHELL_TEST_CONFIGURATION_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "ui/gfx/size.h" 11 #include "ui/gfx/geometry/size.h"
12 #include "url/gurl.h" 12 #include "url/gurl.h"
13 13
14 namespace content { 14 namespace content {
15 15
16 struct ShellTestConfiguration { 16 struct ShellTestConfiguration {
17 ShellTestConfiguration(); 17 ShellTestConfiguration();
18 ~ShellTestConfiguration(); 18 ~ShellTestConfiguration();
19 19
20 // The current working directory. 20 // The current working directory.
21 base::FilePath current_working_directory; 21 base::FilePath current_working_directory;
(...skipping 13 matching lines...) Expand all
35 // The expected MD5 hash of the pixel results. 35 // The expected MD5 hash of the pixel results.
36 std::string expected_pixel_hash; 36 std::string expected_pixel_hash;
37 37
38 // The initial size of the test window. 38 // The initial size of the test window.
39 gfx::Size initial_size; 39 gfx::Size initial_size;
40 }; 40 };
41 41
42 } // namespace content 42 } // namespace content
43 43
44 #endif // CONTENT_SHELL_COMMON_SHELL_TEST_CONFIGURATION_H_ 44 #endif // CONTENT_SHELL_COMMON_SHELL_TEST_CONFIGURATION_H_
OLDNEW
« no previous file with comments | « content/shell/browser/webkit_test_controller.h ('k') | content/test/mock_webclipboard_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698