Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayuta403 committed Mar 1, 2023
1 parent a0f78e4 commit 29fb1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flow/layers/display_list_layer_unittests.cc
Expand Up @@ -517,7 +517,7 @@ TEST_F(DisplayListLayerTest, OverflowCachedDisplayListOpacityInheritance) {
use_mock_raster_cache();
PrerollContext* context = preroll_context();
int per_frame =
RasterCacheUtil::kDefaultPictureAndDispLayListCacheLimitPerFrame;
RasterCacheUtil::kDefaultPictureAndDisPlayListCacheLimitPerFrame;
int layer_count = per_frame + 1;
SkPoint opacity_offset = {10, 10};
auto opacity_layer = std::make_shared<OpacityLayer>(0.5f, opacity_offset);
Expand Down
2 changes: 1 addition & 1 deletion flow/testing/mock_raster_cache.h
Expand Up @@ -55,7 +55,7 @@ class MockRasterCache : public RasterCache {
explicit MockRasterCache(
size_t access_threshold = 3,
size_t picture_and_display_list_cache_limit_per_frame =
RasterCacheUtil::kDefaultPictureAndDispLayListCacheLimitPerFrame)
RasterCacheUtil::kDefaultPictureAndDisPlayListCacheLimitPerFrame)
: RasterCache(access_threshold,
picture_and_display_list_cache_limit_per_frame) {
preroll_state_stack_.set_preroll_delegate(SkMatrix::I());
Expand Down

0 comments on commit 29fb1a4

Please sign in to comment.