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

Unified Diff: components/exo/pointer_unittest.cc

Issue 1819273002: exo: Improved implementation of child surfaces and popups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix deps Created 4 years, 9 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 | « components/exo/display.cc ('k') | components/exo/shell_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/pointer_unittest.cc
diff --git a/components/exo/pointer_unittest.cc b/components/exo/pointer_unittest.cc
index 6da9bda5d9a8db4e351bd1607f59e8ae71717a4e..e065998f17819ef475149baf59e2839651a86f2d 100644
--- a/components/exo/pointer_unittest.cc
+++ b/components/exo/pointer_unittest.cc
@@ -171,7 +171,7 @@ TEST_F(PointerTest, OnPointerMotion) {
scoped_ptr<Surface> child_surface(new Surface);
scoped_ptr<ShellSurface> child_shell_surface(new ShellSurface(
- child_surface.get(), shell_surface.get(), gfx::Rect(9, 9, 1, 1)));
+ child_surface.get(), shell_surface.get(), gfx::Rect(9, 9, 1, 1), true));
gfx::Size child_buffer_size(15, 15);
scoped_ptr<Buffer> child_buffer(
new Buffer(exo_test_helper()->CreateGpuMemoryBuffer(child_buffer_size)));
« no previous file with comments | « components/exo/display.cc ('k') | components/exo/shell_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698