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

Unified Diff: mojo/services/native_viewport/native_viewport_x11.cc

Issue 165383002: Ensure that OnCreated() gets sent before OnBoundsChanged() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « mojo/services/native_viewport/native_viewport_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/native_viewport/native_viewport_x11.cc
diff --git a/mojo/services/native_viewport/native_viewport_x11.cc b/mojo/services/native_viewport/native_viewport_x11.cc
index d363eba38323f8f9b59609a5c830e40c7bc08565..1808da620463f99d5b16a75069dc1aacd6d1bb73 100644
--- a/mojo/services/native_viewport/native_viewport_x11.cc
+++ b/mojo/services/native_viewport/native_viewport_x11.cc
@@ -57,7 +57,6 @@ class NativeViewportX11 : public NativeViewport,
base::MessagePumpX11::Current()->AddDispatcherForRootWindow(this);
delegate_->OnAcceleratedWidgetAvailable(window_);
- delegate_->OnBoundsChanged(bounds_);
}
virtual void Show() OVERRIDE {
« no previous file with comments | « mojo/services/native_viewport/native_viewport_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698