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

Unified Diff: ui/accessibility/platform/ax_platform_node_auralinux.h

Issue 1129813004: Possible deferencing from nullptrs in AtkComponent interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | ui/accessibility/platform/ax_platform_node_auralinux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/platform/ax_platform_node_auralinux.h
diff --git a/ui/accessibility/platform/ax_platform_node_auralinux.h b/ui/accessibility/platform/ax_platform_node_auralinux.h
index 14c168e424a79153179296ff97365706387ef430..1c1fd8a6c98d7cd3b49e70480525c64d40c57ec1 100644
--- a/ui/accessibility/platform/ax_platform_node_auralinux.h
+++ b/ui/accessibility/platform/ax_platform_node_auralinux.h
@@ -39,6 +39,10 @@ class AXPlatformNodeAuraLinux : public AXPlatformNodeBase {
void GetPosition(gint* x, gint* y, AtkCoordType coord_type);
void GetSize(gint* width, gint* height);
+ void SetExtentsRelativeToAtkCoordinateType(
+ gint* x, gint* y, gint* width, gint* height,
+ AtkCoordType coord_type);
+
// AXPlatformNode overrides.
void Destroy() override;
gfx::NativeViewAccessible GetNativeViewAccessible() override;
« no previous file with comments | « no previous file | ui/accessibility/platform/ax_platform_node_auralinux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698