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

Unified Diff: ui/views/widget/android/native_widget_android.cc

Issue 1565243002: Fixes bug where client area would not get set correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/views/widget/android/native_widget_android.cc
diff --git a/ui/views/widget/android/native_widget_android.cc b/ui/views/widget/android/native_widget_android.cc
index f7b85f162611a2abec9c00d3615fe2511e5b15c5..2aed158559a27a5c61edaa8eaa7d97a5a16006ad 100644
--- a/ui/views/widget/android/native_widget_android.cc
+++ b/ui/views/widget/android/native_widget_android.cc
@@ -182,6 +182,8 @@ void NativeWidgetAndroid::InitNativeWidget(const Widget::InitParams& params) {
// the necessary parts that exists in desktop_native_widget_aura.
}
+void NativeWidgetAndroid::OnWidgetInitDone() {}
+
NonClientFrameView* NativeWidgetAndroid::CreateNonClientFrameView() {
NOTIMPLEMENTED();
return nullptr;
« no previous file with comments | « ui/views/widget/android/native_widget_android.h ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698