Merge mozilla-central to autoland. CLOSED TREE
[gecko.git] / widget / nsIBaseWindow.cpp
bloba9ebdcc860508f20b29550d0ea53a043b08427ee
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #include "nsIBaseWindow.h"
7 #include "mozilla/LookAndFeel.h"
9 using namespace mozilla;
11 CSSToLayoutDeviceScale nsIBaseWindow::UnscaledDevicePixelsPerCSSPixel() {
12 return CSSToLayoutDeviceScale(GetWidgetCSSToDeviceScale() *
13 LookAndFeel::SystemZoomSettings().mFullZoom);