Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit

Permalink
fixed includes
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed May 15, 2023
1 parent 1d378e3 commit e5667f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions impeller/display_list/display_list_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@
#include "flutter/display_list/effects/dl_mask_filter.h"
#include "flutter/testing/testing.h"
#include "gtest/gtest.h"
#include "impeller/display_list/display_list_dispatcher.h"
#include "impeller/display_list/display_list_image_impeller.h"
#include "impeller/display_list/display_list_playground.h"
#include "impeller/display_list/dl_dispatcher.h"
#include "impeller/display_list/dl_image_impeller.h"
#include "impeller/display_list/dl_playground.h"
#include "impeller/entity/contents/rrect_shadow_contents.h"
#include "impeller/geometry/constants.h"
#include "impeller/geometry/point.h"
Expand Down Expand Up @@ -947,7 +945,7 @@ TEST_P(DisplayListTest, TransparentShadowProducesCorrectColor) {
}
auto dl = builder.Build();

DlDispatcher dispatcher;
DisplayListDispatcher dispatcher;
dispatcher.drawDisplayList(dl, 1);
auto picture = dispatcher.EndRecordingAsPicture();

Expand Down

0 comments on commit e5667f7

Please sign in to comment.