Handle unknown symbols for media:: method

small implementation so instead of exposing with patch, copy impl

This will be fixed once we remove chromium_src as a thing from e/e
This commit is contained in:
Samuel Attard 2018-07-22 03:30:11 +10:00 committed by Aleksei Kuzmin
parent dc5c49ea7f
commit 0b2b44becf
2 changed files with 42 additions and 4 deletions

View file

@ -26,7 +26,7 @@
#include "content/public/renderer/render_frame.h"
#include "content/public/renderer/render_view.h"
#include "native_mate/dictionary.h"
#include "third_party/blink/platform/weborigin/scheme_registry.h"
#include "third_party/blink/renderer/platform/weborigin/scheme_registry.h"
#include "third_party/blink/public/web/blink.h"
#include "third_party/blink/public/web/web_custom_element.h" // NOLINT(build/include_alpha)
#include "third_party/blink/public/web/web_frame_widget.h"