We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de74f8a commit 4cd3ec0Copy full SHA for 4cd3ec0
shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h
@@ -14,6 +14,7 @@
14
#include "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h"
15
#include "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h"
16
#include "flutter/shell/platform/darwin/ios/ios_context.h"
17
+#include "third_party/skia/include/core/SkPictureRecorder.h"
18
19
// A UIView that is used as the parent for embedded UIViews.
20
//
shell/platform/fuchsia/flutter/platform_view_unittest.cc
@@ -7,6 +7,7 @@
7
#include <gtest/gtest.h>
8
#include <lib/async-loop/cpp/loop.h>
9
#include <lib/async-loop/default.h>
10
+#include <lib/async/default.h>
11
#include <lib/fidl/cpp/binding_set.h>
12
#include <lib/fidl/cpp/interface_request.h>
13
#include <lib/sys/cpp/testing/service_directory_provider.h>
0 commit comments