Skip to content

Commit

Permalink
fix display list include path in ui.painting sources (flutter#32143)
Browse files Browse the repository at this point in the history
  • Loading branch information
flar authored Mar 20, 2022
1 parent 75de2ed commit 8a4bf0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ui/painting/canvas.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
// found in the LICENSE file.

#include "flutter/lib/ui/painting/canvas.h"
#include "display_list/display_list_blend_mode.h"
#include "flutter/lib/ui/painting/image_filter.h"

#include <cmath>

#include "flutter/display_list/display_list_blend_mode.h"
#include "flutter/display_list/display_list_builder.h"
#include "flutter/display_list/display_list_canvas_dispatcher.h"
#include "flutter/flow/layers/physical_shape_layer.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/painting/canvas.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef FLUTTER_LIB_UI_PAINTING_CANVAS_H_
#define FLUTTER_LIB_UI_PAINTING_CANVAS_H_

#include "display_list/display_list_blend_mode.h"
#include "flutter/display_list/display_list_blend_mode.h"
#include "flutter/lib/ui/dart_wrapper.h"
#include "flutter/lib/ui/painting/paint.h"
#include "flutter/lib/ui/painting/path.h"
Expand Down

0 comments on commit 8a4bf0b

Please sign in to comment.