Skip to content

Commit

Permalink
Fix broken unittest build (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-kim committed Dec 9, 2021
1 parent d9ad13c commit 7c9f791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/platform/tizen/flutter_tizen_engine_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class FlutterTizenEngineTestHeaded : public FlutterTizenEngineTest {
protected:
void SetUp() {
FlutterTizenEngineTest::SetUp();
engine_->InitializeRenderer(0, 0, 800, 600);
engine_->InitializeRenderer(0, 0, 800, 600, false, true);
}
};

Expand Down

0 comments on commit 7c9f791

Please sign in to comment.