Bug 882339 - Cache the blocklist state on plugin tags to avoid querying the blocklist...
[gecko.git] / widget / nsNativeWidget.h
blob0003e3ab8e0855cd233e8be87b5292a4fc220586
1 /* -*- Mode: C++; tab-width: 40; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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 #ifndef nsNativeWidget_h__
7 #define nsNativeWidget_h__
9 // Hide the native window systems real window type so as to avoid
10 // including native window system types and APIs. This is necessary
11 // to ensure cross-platform code.
12 typedef void* nsNativeWidget;
14 #endif // nsNativeWidget_h__