This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +0
-358
lines changed Expand file tree Collapse file tree 7 files changed +0
-358
lines changed Original file line number Diff line number Diff line change @@ -574,9 +574,6 @@ FILE: ../../../flutter/shell/common/isolate_configuration.h
574574FILE: ../../../flutter/shell/common/persistent_cache.cc
575575FILE: ../../../flutter/shell/common/persistent_cache.h
576576FILE: ../../../flutter/shell/common/persistent_cache_unittests.cc
577- FILE: ../../../flutter/shell/common/pipeline.cc
578- FILE: ../../../flutter/shell/common/pipeline.h
579- FILE: ../../../flutter/shell/common/pipeline_unittests.cc
580577FILE: ../../../flutter/shell/common/platform_view.cc
581578FILE: ../../../flutter/shell/common/platform_view.h
582579FILE: ../../../flutter/shell/common/pointer_data_dispatcher.cc
Original file line number Diff line number Diff line change @@ -90,8 +90,6 @@ source_set("common") {
9090 " layer_tree_holder.h" ,
9191 " persistent_cache.cc" ,
9292 " persistent_cache.h" ,
93- " pipeline.cc" ,
94- " pipeline.h" ,
9593 " platform_view.cc" ,
9694 " platform_view.h" ,
9795 " pointer_data_dispatcher.cc" ,
@@ -190,7 +188,6 @@ if (enable_unittests) {
190188 " canvas_spy_unittests.cc" ,
191189 " input_events_unittests.cc" ,
192190 " persistent_cache_unittests.cc" ,
193- " pipeline_unittests.cc" ,
194191 " shell_test.cc" ,
195192 " shell_test.h" ,
196193 " shell_test_external_view_embedder.cc" ,
Original file line number Diff line number Diff line change 1414#include " flutter/fml/synchronization/semaphore.h"
1515#include " flutter/fml/time/time_point.h"
1616#include " flutter/shell/common/layer_tree_holder.h"
17- #include " flutter/shell/common/pipeline.h"
1817#include " flutter/shell/common/rasterizer.h"
1918#include " flutter/shell/common/vsync_waiter.h"
2019
@@ -82,8 +81,6 @@ class Animator final {
8281 void EnqueueTraceFlowId (uint64_t trace_flow_id);
8382
8483 private:
85- using LayerTreePipeline = Pipeline<flutter::LayerTree>;
86-
8784 void BeginFrame (fml::TimePoint frame_start_time,
8885 fml::TimePoint frame_target_time);
8986
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments