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

Unified Diff: content/shell/webkit_test_platform_support.h

Issue 11093068: [content shell] Add layout test specific font setup (for linux only right now) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/shell_main_delegate.cc ('k') | content/shell/webkit_test_platform_support_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/webkit_test_platform_support.h
diff --git a/content/shell/webkit_test_platform_support.h b/content/shell/webkit_test_platform_support.h
new file mode 100644
index 0000000000000000000000000000000000000000..73045b3813375c90899a1a7b72cb2d60e7707823
--- /dev/null
+++ b/content/shell/webkit_test_platform_support.h
@@ -0,0 +1,10 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_SHELL_WEBKIT_TEST_PLATFORM_SUPPORT_H_
+#define CONTENT_SHELL_WEBKIT_TEST_PLATFORM_SUPPORT_H_
+
+bool WebKitTestPlatformInitialize();
jam 2012/10/11 15:21:53 nit: put this in the content namespace
+
+#endif // CONTENT_SHELL_WEBKIT_TEST_PLATFORM_SUPPORT_H_
« no previous file with comments | « content/shell/shell_main_delegate.cc ('k') | content/shell/webkit_test_platform_support_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698