mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-04-25 07:58:44 +02:00
27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
diff --git content/app/content_service_manager_main_delegate.h content/app/content_service_manager_main_delegate.h
|
|
index 4393a8fac233..860715e86900 100644
|
|
--- content/app/content_service_manager_main_delegate.h
|
|
+++ content/app/content_service_manager_main_delegate.h
|
|
@@ -16,7 +16,8 @@ namespace content {
|
|
|
|
class ContentMainRunner;
|
|
|
|
-class ContentServiceManagerMainDelegate : public service_manager::MainDelegate {
|
|
+class CONTENT_EXPORT ContentServiceManagerMainDelegate :
|
|
+ public service_manager::MainDelegate {
|
|
public:
|
|
explicit ContentServiceManagerMainDelegate(const ContentMainParams& params);
|
|
~ContentServiceManagerMainDelegate() override;
|
|
diff --git third_party/WebKit/Source/controller/BUILD.gn third_party/WebKit/Source/controller/BUILD.gn
|
|
index 714113da5d67..08130f97b76c 100644
|
|
--- third_party/WebKit/Source/controller/BUILD.gn
|
|
+++ third_party/WebKit/Source/controller/BUILD.gn
|
|
@@ -16,6 +16,7 @@ component("controller") {
|
|
output_name = "blink_controller"
|
|
|
|
deps = [
|
|
+ "//cef:webkit_set",
|
|
"//skia",
|
|
"//third_party/WebKit/Source/core",
|
|
"//third_party/WebKit/Source/modules",
|