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

Commit 57c6f8f

Browse files
author
Kaushik Iska
committed
delete pipeline and unittests
1 parent 82d645d commit 57c6f8f

File tree

7 files changed

+0
-358
lines changed

7 files changed

+0
-358
lines changed

ci/licenses_golden/licenses_flutter

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,6 @@ FILE: ../../../flutter/shell/common/isolate_configuration.h
574574
FILE: ../../../flutter/shell/common/persistent_cache.cc
575575
FILE: ../../../flutter/shell/common/persistent_cache.h
576576
FILE: ../../../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
580577
FILE: ../../../flutter/shell/common/platform_view.cc
581578
FILE: ../../../flutter/shell/common/platform_view.h
582579
FILE: ../../../flutter/shell/common/pointer_data_dispatcher.cc

shell/common/BUILD.gn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

shell/common/animator.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
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

shell/common/pipeline.cc

Lines changed: 0 additions & 14 deletions
This file was deleted.

shell/common/pipeline.h

Lines changed: 0 additions & 211 deletions
This file was deleted.

shell/common/pipeline_unittests.cc

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)