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

Unified Diff: ui/aura/window_port_local.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: ui/aura/window_port_local.h
diff --git a/ui/aura/window_port_local.h b/ui/aura/window_port_local.h
index 7a8bf6c23a43dfb0466c4a427c3752ea945dfe81..2995eb8e396cf8e602f45cbf08d5a4da97fc754c 100644
--- a/ui/aura/window_port_local.h
+++ b/ui/aura/window_port_local.h
@@ -19,7 +19,7 @@ class AURA_EXPORT WindowPortLocal : public WindowPort {
~WindowPortLocal() override;
// WindowPort:
- void OnPreInit(Window* window) override;
+ void OnPreInit(Window* window, ui::LayerType layer_type) override;
void OnDeviceScaleFactorChanged(float device_scale_factor) override;
void OnWillAddChild(Window* child) override;
void OnWillRemoveChild(Window* child) override;

Powered by Google App Engine
This is Rietveld 408576698