Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
afbb37a
Testing Preroll/Paint
JTKryptic Jun 16, 2022
5103d9d
Pushed opacity to platform view stack / Background Filter Proto 1
JTKryptic Jun 17, 2022
825fbc8
Create Backdrop Filter Mutator
JTKryptic Jun 23, 2022
4b5c705
Merge branch 'diff' into backdrop_filter_testing
JTKryptic Jun 23, 2022
24c077f
Removed Logs
JTKryptic Jun 23, 2022
e1a817d
Tests for PushFilter
JTKryptic Jun 27, 2022
d06155c
Backdrop Filter Mutator
JTKryptic Jun 27, 2022
452a0b7
Merge branch 'diff' into backdrop_filter_testing
JTKryptic Jun 27, 2022
6b74e7d
Formatting
JTKryptic Jun 27, 2022
455b87f
Merge branch 'backdrop_filter_testing'
JTKryptic Jun 27, 2022
bc1d19b
Format files
JTKryptic Jun 28, 2022
4c0f2a5
Merge branch 'main' into backdrop_filter_testing
JTKryptic Jun 28, 2022
55d328c
Delete backdrop_filter_diff
JTKryptic Jun 28, 2022
d080e8e
Code cleanup
JTKryptic Jun 29, 2022
93accab
Updating to DlImageFilter and code cleanup
JTKryptic Jun 29, 2022
a9cd101
Formatting
JTKryptic Jun 29, 2022
abc3a0e
bug fix
JTKryptic Jun 29, 2022
86a5913
Fix
JTKryptic Jul 7, 2022
3897724
Merge branch 'main' into backdrop_filter_testing
JTKryptic Jul 19, 2022
d60a016
Enum style guide fix
JTKryptic Jul 13, 2022
484957d
Cleanup
JTKryptic Jul 21, 2022
929be62
Cleanup and Tests
JTKryptic Jul 22, 2022
b280266
format
JTKryptic Jul 22, 2022
153df5d
format
JTKryptic Jul 22, 2022
70049ad
Memory leak failure fix
JTKryptic Jul 25, 2022
3a98c7d
format
JTKryptic Jul 25, 2022
1e6c271
Merge upstream_main into backdrop_filter_testing
JTKryptic Jul 25, 2022
5e94dee
Remove platform view flag
JTKryptic Jul 26, 2022
af66748
format
JTKryptic Jul 26, 2022
89cfd8b
nit
JTKryptic Jul 27, 2022
042c22e
Merge branch 'upstream_main' into backdrop_filter_testing
JTKryptic Jul 28, 2022
f9dd08b
test fix
JTKryptic Jul 28, 2022
9d00f75
format
JTKryptic Jul 28, 2022
f30e262
backdrop filter unit tests
JTKryptic Aug 2, 2022
8b3277f
shell cleaning
JTKryptic Aug 2, 2022
15fa54f
Merge branch 'upstream_main' into backdrop_filter_testing
JTKryptic Aug 2, 2022
5891b2e
formatting
JTKryptic Aug 2, 2022
7c05b74
Update ios_external_view_embedder.h
JTKryptic Aug 2, 2022
ca719f3
Update ios_external_view_embedder.mm
JTKryptic Aug 2, 2022
8d24f64
format
JTKryptic Aug 2, 2022
58b3ce3
PR comment changes
JTKryptic Aug 3, 2022
7b558e2
Update embedded_views.h
JTKryptic Aug 3, 2022
b92b17a
Merge branch 'upstream_main' into backdrop_filter_testing
JTKryptic Aug 3, 2022
0739448
Merge branch 'main' into backdrop_filter_testing
JTKryptic Aug 10, 2022
1d0bb6d
Update embedded_views.h
JTKryptic Aug 10, 2022
b2a2625
Update shell_test_external_view_embedder.cc
JTKryptic Aug 10, 2022
aef123c
Update shell_test_external_view_embedder.cc
JTKryptic Aug 10, 2022
85e0b4c
Update shell_test_external_view_embedder.cc
JTKryptic Aug 10, 2022
235a853
Update shell_test_external_view_embedder.h
JTKryptic Aug 10, 2022
e9d7cb1
test fix
JTKryptic Aug 10, 2022
a33caa4
fixes
JTKryptic Aug 10, 2022
3be1bf3
test fix
JTKryptic Aug 10, 2022
357ec82
test fix 3
JTKryptic Aug 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update embedded_views.h
  • Loading branch information
JTKryptic authored Aug 10, 2022
commit 1d0bb6d4f6a894bb953fcf36a9942b4881663f40
3 changes: 2 additions & 1 deletion flow/embedded_views.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ class EmbeddedViewParams {
// Pushes the stored DlImageFilter object to the mutators stack.
void PushImageFilter(std::shared_ptr<const DlImageFilter> filter) {
mutators_stack_.PushBackdropFilter(filter);

}

// Whether the embedder should construct DisplayList objects to hold the
// rendering commands for each between-view slice of the layer tree.
bool display_list_enabled() const { return display_list_enabled_; }
Expand Down