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

Unified Diff: ui/aura/window_port_local.cc

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_local.h ('k') | ui/views/mus/mus_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_port_local.cc
diff --git a/ui/aura/window_port_local.cc b/ui/aura/window_port_local.cc
index f11830145879f1ed9e612becb651226d386a36ba..9037c2602116afcb72a7d62db2d00c3a1ba311d7 100644
--- a/ui/aura/window_port_local.cc
+++ b/ui/aura/window_port_local.cc
@@ -59,12 +59,7 @@ WindowPortLocal::WindowPortLocal(Window* window) : window_(window) {}
WindowPortLocal::~WindowPortLocal() {}
-std::unique_ptr<WindowPortInitData> WindowPortLocal::OnPreInit(Window* window) {
- return nullptr;
-}
-
-void WindowPortLocal::OnPostInit(
- std::unique_ptr<WindowPortInitData> init_data) {}
+void WindowPortLocal::OnPreInit(Window* window) {}
void WindowPortLocal::OnDeviceScaleFactorChanged(float device_scale_factor) {
ScopedCursorHider hider(window_);
« no previous file with comments | « ui/aura/window_port_local.h ('k') | ui/views/mus/mus_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698