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

Unified Diff: services/ui/ws/server_window_observer.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/server_window_observer.h
diff --git a/services/ui/ws/server_window_observer.h b/services/ui/ws/server_window_observer.h
index f57f0df24dfaf150c11ba06078d44945bf937a08..67180f1d631699aa0b654a61f7bf45d9f2b33ff4 100644
--- a/services/ui/ws/server_window_observer.h
+++ b/services/ui/ws/server_window_observer.h
@@ -49,7 +49,8 @@ class ServerWindowObserver {
virtual void OnWindowBoundsChanged(ServerWindow* window,
const gfx::Rect& old_bounds,
- const gfx::Rect& new_bounds) {}
+ const gfx::Rect& new_bounds,
+ const cc::LocalFrameId& local_frame_id) {}
virtual void OnWindowClientAreaChanged(
ServerWindow* window,

Powered by Google App Engine
This is Rietveld 408576698