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

Unified Diff: ui/aura/remote_root_window_host_win.h

Issue 69343016: Fix autofill popup size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | ui/aura/remote_root_window_host_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/remote_root_window_host_win.h
diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h
index ed974d398c0b040ead894f198d916ae9b54436d9..437d4097a14087adfe8c88e456e4b4deba6c61c7 100644
--- a/ui/aura/remote_root_window_host_win.h
+++ b/ui/aura/remote_root_window_host_win.h
@@ -262,6 +262,9 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
// description of SetEventFlags().
uint32 event_flags_;
+ // Current size of this root window.
+ gfx::Size window_size_;
+
DISALLOW_COPY_AND_ASSIGN(RemoteRootWindowHostWin);
};
« no previous file with comments | « no previous file | ui/aura/remote_root_window_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698