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

Unified Diff: ui/aura/window_port_local.cc

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: ui/aura/window_port_local.cc
diff --git a/ui/aura/window_port_local.cc b/ui/aura/window_port_local.cc
index 9037c2602116afcb72a7d62db2d00c3a1ba311d7..973db9b0cf746d218d8ea1e87ad7616d459619b1 100644
--- a/ui/aura/window_port_local.cc
+++ b/ui/aura/window_port_local.cc
@@ -59,7 +59,7 @@ WindowPortLocal::WindowPortLocal(Window* window) : window_(window) {}
WindowPortLocal::~WindowPortLocal() {}
-void WindowPortLocal::OnPreInit(Window* window) {}
+void WindowPortLocal::OnPreInit(Window* window, ui::LayerType layer_type) {}
void WindowPortLocal::OnDeviceScaleFactorChanged(float device_scale_factor) {
ScopedCursorHider hider(window_);

Powered by Google App Engine
This is Rietveld 408576698