michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #ifndef mozilla_BrowserElementHelpers_h michael@0: #define mozilla_BrowserElementHelpers_h michael@0: michael@0: #include "nsAString.h" michael@0: #include "mozilla/gfx/Point.h" michael@0: #include "mozilla/gfx/Rect.h" michael@0: #include "Units.h" michael@0: #include "mozilla/dom/Element.h" michael@0: michael@0: class nsIDOMWindow; michael@0: class nsIURI; michael@0: michael@0: namespace mozilla { michael@0: michael@0: namespace dom { michael@0: class TabParent; michael@0: } michael@0: michael@0: /** michael@0: * BrowserElementParent implements a portion of the parent-process side of michael@0: *