/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef LAYOUT_FORMS_BUTTONCONTROLFRAME_H_ #define LAYOUT_FORMS_BUTTONCONTROLFRAME_H_ #include "nsBlockFrame.h" class nsTextNode; namespace mozilla { // Abstract base class for: // * Combobox with type={button,reset,submit} // * with type=color // Each of which are basically buttons but with different native-anonymous // content / shadow tree. Note that this isn't used to implement