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

Unified Diff: ui/aura/window_port_local.h

Issue 2470963002: Makes it possible for clients to directly create WindowTreeHostMus (Closed)
Patch Set: nuke comment Created 4 years, 1 month 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 | « ui/aura/window_port.h ('k') | ui/aura/window_port_local.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_port_local.h
diff --git a/ui/aura/window_port_local.h b/ui/aura/window_port_local.h
index edf5ce000c8f5a64d67fda02b236fb7a7419c824..7a8bf6c23a43dfb0466c4a427c3752ea945dfe81 100644
--- a/ui/aura/window_port_local.h
+++ b/ui/aura/window_port_local.h
@@ -19,8 +19,7 @@ class AURA_EXPORT WindowPortLocal : public WindowPort {
~WindowPortLocal() override;
// WindowPort:
- std::unique_ptr<WindowPortInitData> OnPreInit(Window* window) override;
- void OnPostInit(std::unique_ptr<WindowPortInitData> init_data) override;
+ void OnPreInit(Window* window) override;
void OnDeviceScaleFactorChanged(float device_scale_factor) override;
void OnWillAddChild(Window* child) override;
void OnWillRemoveChild(Window* child) override;
« no previous file with comments | « ui/aura/window_port.h ('k') | ui/aura/window_port_local.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698