| Index: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| index 0b6b6f7a884854c38aaa606881e21bb5dd392f54..c372a541e15d1238c0bdfc300696de890d25889b 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -230,8 +230,8 @@ class CORE_EXPORT CanvasRenderingContext
|
|
|
| Member<HTMLCanvasElement> canvas_;
|
| Member<OffscreenCanvas> offscreen_canvas_;
|
| - HashSet<String> clean_ur_ls_;
|
| - HashSet<String> dirty_ur_ls_;
|
| + HashSet<String> clean_urls_;
|
| + HashSet<String> dirty_urls_;
|
| CanvasColorSpace color_space_;
|
| CanvasPixelFormat pixel_format_;
|
| bool linear_pixel_math_ = false;
|
|
|