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

Unified Diff: ui/aura/root_window_host.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_host.h
diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h
index 2a07cea020f3c21064e9ef120c8807d3f3d7f495..d416862b97288b30e509ec830803dededc792e4f 100644
--- a/ui/aura/root_window_host.h
+++ b/ui/aura/root_window_host.h
@@ -116,6 +116,9 @@ class AURA_EXPORT RootWindowHost {
// Stop listening events in preparation for shutdown.
virtual void PrepareForShutdown() = 0;
+
+ // Sets the hosting platform specific property.
+ virtual void SetHostWindowProperty(const std::string& name, int value) = 0;
Daniel Erat 2013/01/30 21:04:27 nit: the other methods don't refer to "host window
oshima 2013/01/30 23:45:53 Renamed to SetIntProperty.
};
} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698