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

Unified Diff: services/ui/ws/test_utils.h

Issue 2582823002: WIP: Surface Synchronization System
Patch Set: Only create ClientSurfaceEmbedder if window is visible. Trash it otherwise. Created 3 years, 11 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
Index: services/ui/ws/test_utils.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index 43ce2a55dfd1ac42de44cb11cb083c0a098925e3..c8a94d75c49b8215a51c3939144a9b279f442d52 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -335,7 +335,8 @@ class TestWindowManager : public mojom::WindowManager {
void WmDisplayModified(const display::Display& display) override {}
void WmSetBounds(uint32_t change_id,
uint32_t window_id,
- const gfx::Rect& bounds) override {}
+ const gfx::Rect& bounds,
+ const cc::LocalFrameId& local_frame_id) override {}
void WmSetProperty(
uint32_t change_id,
uint32_t window_id,
@@ -407,7 +408,8 @@ class TestWindowTreeClient : public ui::mojom::WindowTreeClient {
bool drawn) override;
void OnWindowBoundsChanged(uint32_t window,
const gfx::Rect& old_bounds,
- const gfx::Rect& new_bounds) override;
+ const gfx::Rect& new_bounds,
+ const cc::LocalFrameId& local_frame_id) override;
void OnClientAreaChanged(
uint32_t window_id,
const gfx::Insets& new_client_area,

Powered by Google App Engine
This is Rietveld 408576698