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

Unified Diff: third_party/WebKit/Source/core/dom/AXObjectCache.h

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. Created 4 years, 2 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 | third_party/WebKit/Source/core/dom/ActiveDOMObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/AXObjectCache.h
diff --git a/third_party/WebKit/Source/core/dom/AXObjectCache.h b/third_party/WebKit/Source/core/dom/AXObjectCache.h
index 8d0e0f7ec38254b21e75a0917f027e8650c2ca58..0624f39d069298421e97e2b49d109e25de11c15c 100644
--- a/third_party/WebKit/Source/core/dom/AXObjectCache.h
+++ b/third_party/WebKit/Source/core/dom/AXObjectCache.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
+ * Copyright (C) 2003, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights
+ * reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -108,9 +109,11 @@ class CORE_EXPORT AXObjectCache
virtual const Element* rootAXEditableElement(const Node*) = 0;
- // Called by a node when text or a text equivalent (e.g. alt) attribute is changed.
+ // Called by a node when text or a text equivalent (e.g. alt) attribute is
+ // changed.
virtual void textChanged(LayoutObject*) = 0;
- // Called when a node has just been attached, so we can make sure we have the right subclass of AXObject.
+ // Called when a node has just been attached, so we can make sure we have the
+ // right subclass of AXObject.
virtual void updateCacheAfterNodeIsAttached(Node*) = 0;
virtual void handleAttributeChanged(const QualifiedName& attrName,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/ActiveDOMObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698