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

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

Issue 2280433004: Fix missing shadows for tooltip and menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 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/BUILD.gn ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_base.h
diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h
index 571ad77fab48a29fa9fcae75bb7d5410ce3f3f7f..04dfab394f8e005d5e64ee5dad8a42e9b5ce1b03 100644
--- a/ui/views/test/views_test_base.h
+++ b/ui/views/test/views_test_base.h
@@ -42,6 +42,8 @@ class ViewsTestBase : public PlatformTest {
// cross-platform tests.
Widget::InitParams CreateParams(Widget::InitParams::Type type);
+ bool HasCompositingManager() const;
+
protected:
TestViewsDelegate* views_delegate() const {
return test_helper_->views_delegate();
@@ -64,6 +66,7 @@ class ViewsTestBase : public PlatformTest {
std::unique_ptr<ScopedViewsTestHelper> test_helper_;
bool setup_called_;
bool teardown_called_;
+ bool has_compositing_manager_;
#if defined(OS_WIN)
ui::ScopedOleInitializer ole_initializer_;
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698