Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/AXObjectCache.h |
| diff --git a/third_party/WebKit/Source/core/dom/AXObjectCache.h b/third_party/WebKit/Source/core/dom/AXObjectCache.h |
| index 0624f39d069298421e97e2b49d109e25de11c15c..6649a31c3c4bed808cdf927159d610f6dcba56ea 100644 |
| --- a/third_party/WebKit/Source/core/dom/AXObjectCache.h |
| +++ b/third_party/WebKit/Source/core/dom/AXObjectCache.h |
| @@ -38,6 +38,7 @@ namespace blink { |
| class AbstractInlineTextBox; |
| class AXObject; |
| class FrameView; |
| +class HTMLCanvasElement; |
| class HTMLOptionElement; |
| class HTMLSelectElement; |
| class LayoutMenuList; |