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

Unified Diff: third_party/WebKit/Source/core/html/HTMLOptGroupElement.h

Issue 2539363003: Don't include ComputedStyle.h where not needed. (Closed)
Patch Set: Add ~HTMLOptGroupElement(). Comment stolen from ~HTMLOptionElement(). Created 4 years 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: third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
index ee28433a35d4592aa5367ebfe35c97373afe9221..aaf30b09ec0cbea174431e5f756c5afc572e03d5 100644
--- a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
@@ -26,10 +26,10 @@
#include "core/CoreExport.h"
#include "core/html/HTMLElement.h"
-#include "core/style/ComputedStyle.h"
namespace blink {
+class ComputedStyle;
class HTMLSelectElement;
class HTMLDivElement;
@@ -48,6 +48,7 @@ class CORE_EXPORT HTMLOptGroupElement final : public HTMLElement {
private:
explicit HTMLOptGroupElement(Document&);
+ ~HTMLOptGroupElement();
bool supportsFocus() const override;
void parseAttribute(const QualifiedName&,
« no previous file with comments | « third_party/WebKit/Source/core/dom/NodeComputedStyle.h ('k') | third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698