Skip to content

Commit

Permalink
Back out changes to the Impeller dispatcher stub that depend on WIP i…
Browse files Browse the repository at this point in the history
…nterface changes. (#3)
  • Loading branch information
chinmaygarde authored and dnfield committed Apr 27, 2022
1 parent 9c53695 commit 14bf827
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions impeller/display_list/display_list_dispatcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,6 @@ void DisplayListDispatcher::transformFullPerspective(SkScalar mxx,
canvas_.Transform(xformation);
}

// |flutter::Dispatcher|
void DisplayListDispatcher::transformReset() {
canvas_.ResetTransform();
}

static Rect ToRect(const SkRect& rect) {
return Rect::MakeLTRB(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
}
Expand Down
3 changes: 0 additions & 3 deletions impeller/display_list/display_list_dispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ class DisplayListDispatcher final : public flutter::Dispatcher {
SkScalar mwz,
SkScalar mwt) override;

// |flutter::Dispatcher|
void transformReset() override;

// |flutter::Dispatcher|
void clipRect(const SkRect& rect, SkClipOp clip_op, bool is_aa) override;

Expand Down

0 comments on commit 14bf827

Please sign in to comment.