Skip to content

Commit

Permalink
Make Engine::GetFontCollection public (flutter#5578)
Browse files Browse the repository at this point in the history
Required by the Fuchsia embedder
  • Loading branch information
jason-simmons authored Jun 20, 2018
1 parent 18debbb commit 1e40f5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell/common/engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ class Engine final : public blink::RuntimeDelegate {

void ScheduleFrame(bool regenerate_layer_tree = true) override;

// |blink::RuntimeDelegate|
blink::FontCollection& GetFontCollection() override;

private:
Engine::Delegate& delegate_;
const blink::Settings settings_;
Expand Down Expand Up @@ -126,9 +129,6 @@ class Engine final : public blink::RuntimeDelegate {
void HandlePlatformMessage(
fxl::RefPtr<blink::PlatformMessage> message) override;

// |blink::RuntimeDelegate|
blink::FontCollection& GetFontCollection() override;

void StopAnimator();

void StartAnimatorIfPossible();
Expand Down

0 comments on commit 1e40f5b

Please sign in to comment.