mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add doc comments to WindowsTestContext (flutter/engine#35350)
Adds missing doc comments to WindowsTestContext. Issue: https://github.com/flutter/flutter/issues/87299
This commit is contained in:
parent
ce69ad48bf
commit
0daf9e6c85
@ -23,8 +23,10 @@ class WindowsTestContext {
|
||||
explicit WindowsTestContext(std::string_view assets_path = "");
|
||||
virtual ~WindowsTestContext();
|
||||
|
||||
// Returns the path to assets required by the Flutter runtime.
|
||||
const std::wstring& GetAssetsPath() const;
|
||||
|
||||
// Returns the path to the ICU library data file.
|
||||
const std::wstring& GetIcuDataPath() const;
|
||||
|
||||
private:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user