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

Unified Diff: ui/views/widget/desktop_aura/desktop_root_window_host_win.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_win.cc
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
index e9fc62fe9a21ddea24fb3dad9067fbec8e97ee81..3569971da3f0c9ba3ff91792f4df80f7217bf158 100644
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
@@ -439,6 +439,10 @@ void DesktopRootWindowHostWin::OnDeviceScaleFactorChanged(
void DesktopRootWindowHostWin::PrepareForShutdown() {
}
+void DesktopRootWindowHostWin::SetIntProperty(const std::string& name,
+ int value) {
+}
+
////////////////////////////////////////////////////////////////////////////////
// DesktopRootWindowHostWin, HWNDMessageHandlerDelegate implementation:

Powered by Google App Engine
This is Rietveld 408576698