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:
Chris Bracken 2022-08-11 14:04:31 -07:00 committed by GitHub
parent ce69ad48bf
commit 0daf9e6c85

View File

@ -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: