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

Unified Diff: ui/views/test/views_test_suite.h

Issue 1231763002: Adds a perf test for initializing and painting a views::LabelButton Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: various tweaks Created 5 years, 5 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 | « ui/views/test/run_all_unittests.cc ('k') | ui/views/test/views_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_suite.h
diff --git a/ui/views/test/views_test_suite.h b/ui/views/test/views_test_suite.h
new file mode 100644
index 0000000000000000000000000000000000000000..8aa9b08ec063b9da3496d4ddc0fdc042aa896e79
--- /dev/null
+++ b/ui/views/test/views_test_suite.h
@@ -0,0 +1,12 @@
+// Copyright 2015 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.
+
+namespace test {
+
+// Initializes GLSurface, and the ResourceBundle (with ui::UI_TEST_PAK) for use
+// by a views test suite.
+void InitializeViewsTestSuite();
+void ShutdownViewsTestSuite();
+
+} // namespace test
« no previous file with comments | « ui/views/test/run_all_unittests.cc ('k') | ui/views/test/views_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698