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

Unified Diff: Source/modules/accessibility/AXProgressIndicator.h

Issue 1072273006: Oilpan: Prepare moving AXObject to heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/modules/accessibility/AXProgressIndicator.h
diff --git a/Source/modules/accessibility/AXProgressIndicator.h b/Source/modules/accessibility/AXProgressIndicator.h
index 83e9a3addbe5b8b3714adb8f28fa5ab1e69710ce..e1c01517e662df0c2a30fcedca16e8816a632847 100644
--- a/Source/modules/accessibility/AXProgressIndicator.h
+++ b/Source/modules/accessibility/AXProgressIndicator.h
@@ -31,7 +31,7 @@ class LayoutProgress;
class AXProgressIndicator final : public AXLayoutObject {
public:
- static PassRefPtr<AXProgressIndicator> create(LayoutProgress*, AXObjectCacheImpl*);
+ static PassRefPtrWillBeRawPtr<AXProgressIndicator> create(LayoutProgress*, AXObjectCacheImpl*);
private:
virtual AccessibilityRole determineAccessibilityRole() override final;

Powered by Google App Engine
This is Rietveld 408576698