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

Unified Diff: ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc

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/views/widget/desktop_aura/desktop_root_window_host_linux.cc
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
index e487e47fbea7c3fcf16eeca30dbf9b132c1f9c7b..e6b5309627c35c475a901fa8bbbebfeab891f0f6 100644
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
@@ -841,6 +841,10 @@ void DesktopRootWindowHostLinux::OnDeviceScaleFactorChanged(
void DesktopRootWindowHostLinux::PrepareForShutdown() {
}
+void DesktopRootWindowHostLinux::SetHostWindowProperty(const std::string& name,
+ int value) {
Daniel Erat 2013/01/30 21:04:27 nit: NOTIMPLEMENTED()
+}
+
////////////////////////////////////////////////////////////////////////////////
// DesktopRootWindowHostLinux, MessageLoop::Dispatcher implementation:

Powered by Google App Engine
This is Rietveld 408576698