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

Unified Diff: ui/aura/root_window.h

Issue 12047111: Set scale/orientation property to aura root window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index e376599df412bdf38407846056881aa517d279a9..de7b68d0f4dbb595a85ec046e520152b24e2c278 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -105,6 +105,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// Sets the bounds of the host window.
void SetHostBounds(const gfx::Rect& size_in_pixel);
+ // Sets the hosting platform specific property.
Daniel Erat 2013/01/30 21:04:27 nits: "Sets a property on the host window using pl
oshima 2013/01/30 23:45:53 Done.
+ void SetHostWindowProperty(const std::string& name, int value);
Daniel Erat 2013/01/30 21:04:27 if you plan to store something other than ints lat
oshima 2013/01/30 23:45:53 I have no plan to add other than ints, but agree t
+
// Returns where the RootWindow is on screen.
gfx::Point GetHostOrigin() const;

Powered by Google App Engine
This is Rietveld 408576698