Flutter Impeller
impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl Struct Reference

Public Member Functions

 GoldenPlaygroundTestImpl ()
 

Public Attributes

std::unique_ptr< testing::MetalScreenshoterscreenshoter
 
ISize window_size = ISize{1024, 768}
 

Detailed Description

Definition at line 87 of file golden_playground_test_mac.cc.

Constructor & Destructor Documentation

◆ GoldenPlaygroundTestImpl()

impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl::GoldenPlaygroundTestImpl ( )
inline

Definition at line 88 of file golden_playground_test_mac.cc.

88 : screenshoter(new testing::MetalScreenshoter()) {}

Member Data Documentation

◆ screenshoter

std::unique_ptr<testing::MetalScreenshoter> impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl::screenshoter

Definition at line 89 of file golden_playground_test_mac.cc.

◆ window_size

ISize impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl::window_size = ISize{1024, 768}

Definition at line 90 of file golden_playground_test_mac.cc.


The documentation for this struct was generated from the following file:
impeller::GoldenPlaygroundTest::GoldenPlaygroundTestImpl::screenshoter
std::unique_ptr< testing::MetalScreenshoter > screenshoter
Definition: golden_playground_test_mac.cc:89