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

Unified Diff: components/exo/touch_unittest.cc

Issue 2548653005: exo: Add initial support for service side decorations. (Closed)
Patch Set: more Created 4 years 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
Index: components/exo/touch_unittest.cc
diff --git a/components/exo/touch_unittest.cc b/components/exo/touch_unittest.cc
index ed3e37acacfd9467575e999b72ad67f98b9ec5bb..de03117cbdde9cb2001da4e42225e7b69a94bc10 100644
--- a/components/exo/touch_unittest.cc
+++ b/components/exo/touch_unittest.cc
@@ -210,7 +210,7 @@ TEST_F(TouchTest, IgnoreTouchEventDuringModal) {
std::unique_ptr<Surface> surface2(new Surface);
std::unique_ptr<ShellSurface> shell_surface2(
new ShellSurface(surface2.get(), nullptr, gfx::Rect(0, 0, 5, 5), true,
- ash::kShellWindowId_SystemModalContainer));
+ false, ash::kShellWindowId_SystemModalContainer));
std::unique_ptr<Buffer> buffer2(
new Buffer(exo_test_helper()->CreateGpuMemoryBuffer(gfx::Size(5, 5))));
surface2->Attach(buffer2.get());

Powered by Google App Engine
This is Rietveld 408576698