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

Unified Diff: Source/modules/canvas2d/HitRegion.h

Issue 1240663002: Canvas2d: Remove the updateAccessibility() method in HitRegion class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « Source/modules/canvas2d/CanvasRenderingContext2D.cpp ('k') | Source/modules/canvas2d/HitRegion.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/canvas2d/HitRegion.h
diff --git a/Source/modules/canvas2d/HitRegion.h b/Source/modules/canvas2d/HitRegion.h
index d9ea733b5ab29f011cb49dfea65e218580aa0767..1d0a030e290108560bcbe8bab3efc076a22f2261 100644
--- a/Source/modules/canvas2d/HitRegion.h
+++ b/Source/modules/canvas2d/HitRegion.h
@@ -27,7 +27,6 @@ public:
virtual ~HitRegion() { }
void removePixels(const Path&);
- void updateAccessibility(Element* canvas);
bool contains(const LayoutPoint&) const;
bool contains(const FloatPoint&) const;
« no previous file with comments | « Source/modules/canvas2d/CanvasRenderingContext2D.cpp ('k') | Source/modules/canvas2d/HitRegion.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698