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

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, 6 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 584d8b84e23c1c2d96a19656c0bbbce7162481bb..98c67f0a60b965ff472f358928fa135894758fc5 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;
« no previous file with comments | « Source/modules/accessibility/AXObjectCacheImpl.cpp ('k') | Source/modules/accessibility/AXProgressIndicator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698