Chromium Code Reviews| Index: Source/web/WebViewImpl.h |
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
| index fdc747f92bab686ad821eff6dfd23388f24b27c1..edc02ad166164d6cae4df33a0f65bfb59dc382a8 100644 |
| --- a/Source/web/WebViewImpl.h |
| +++ b/Source/web/WebViewImpl.h |
| @@ -37,6 +37,7 @@ |
| #include "DragClientImpl.h" |
| #include "EditorClientImpl.h" |
| #include "InspectorClientImpl.h" |
| +#include "MediaKeysClientImpl.h" |
| #include "NotificationPresenterImpl.h" |
| #include "PageOverlayList.h" |
| #include "PageScaleConstraintsSet.h" |
| @@ -759,6 +760,7 @@ private: |
| Vector<OwnPtr<LinkHighlight> > m_linkHighlights; |
| OwnPtr<ValidationMessageClientImpl> m_validationMessage; |
| OwnPtr<FullscreenController> m_fullscreenController; |
| + OwnPtr<MediaKeysClientImpl> m_mediaKeysClientImpl; |
|
ddorwin
2014/03/12 01:01:09
Should we maybe group this with other media ones a
jrummell
2014/03/17 20:48:37
Done.
|
| bool m_showFPSCounter; |
| bool m_showPaintRects; |