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

Unified Diff: ui/aura/root_window_host_linux.cc

Issue 12342028: make menus, bubbles, etc. top level windows on aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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/root_window_host_linux.cc
diff --git a/ui/aura/root_window_host_linux.cc b/ui/aura/root_window_host_linux.cc
index 48b1b27f2db9d94755a92a827bf314d6352266b4..d6fb048cfa932fc211fe0d73e7559ea6fa3c46a6 100644
--- a/ui/aura/root_window_host_linux.cc
+++ b/ui/aura/root_window_host_linux.cc
@@ -865,6 +865,9 @@ void RootWindowHostLinux::OnRootWindowInitialized(RootWindow* root_window) {
UpdateIsInternalDisplay();
}
+void RootWindowHostLinux::SetHostWindowExpansion(const gfx::Rect& extra) {
+}
sky 2013/03/14 20:06:37 NOTIMPLEMENTED?
scottmg 2013/03/14 22:51:53 Done.
+
bool RootWindowHostLinux::DispatchEventForRootWindow(
const base::NativeEvent& event) {
switch (event->type) {

Powered by Google App Engine
This is Rietveld 408576698