Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h

Issue 2810073002: Blink Rename follow-up: URLs --big-rename--> _ur_ls --this-fix--> _urls. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698