Skip to content

Commit 14bf827

Browse files
chinmaygardednfield
authored andcommitted
Back out changes to the Impeller dispatcher stub that depend on WIP interface changes. (#3)
1 parent 9c53695 commit 14bf827

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

impeller/display_list/display_list_dispatcher.cc

-5
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,6 @@ void DisplayListDispatcher::transformFullPerspective(SkScalar mxx,
212212
canvas_.Transform(xformation);
213213
}
214214

215-
// |flutter::Dispatcher|
216-
void DisplayListDispatcher::transformReset() {
217-
canvas_.ResetTransform();
218-
}
219-
220215
static Rect ToRect(const SkRect& rect) {
221216
return Rect::MakeLTRB(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
222217
}

impeller/display_list/display_list_dispatcher.h

-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ class DisplayListDispatcher final : public flutter::Dispatcher {
118118
SkScalar mwz,
119119
SkScalar mwt) override;
120120

121-
// |flutter::Dispatcher|
122-
void transformReset() override;
123-
124121
// |flutter::Dispatcher|
125122
void clipRect(const SkRect& rect, SkClipOp clip_op, bool is_aa) override;
126123

0 commit comments

Comments
 (0)