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

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 fe41b7eebf147ec2aca333391ec206735dd8c976..491f6b3d50829db74b4854eb682e34bfa1f52517 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 an integer property on the host window using platform-specific means.
+ void SetHostWindowIntProperty(const std::string& name, int value);
+
// Returns where the RootWindow is on screen.
gfx::Point GetHostOrigin() const;

Powered by Google App Engine
This is Rietveld 408576698