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

Unified Diff: third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h

Issue 2287433003: Get rid of remaining uses of AXObject::elementRect (Closed)
Patch Set: Rebase Created 4 years, 3 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: third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
diff --git a/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h b/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
index 3b45a08ffd4b208d7568673395d84bda7dec67bd..09f10ffbce40d183aea5f09b802c8dcb2ad1dda1 100644
--- a/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
+++ b/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
@@ -80,7 +80,6 @@ public:
PassRefPtr<AbstractInlineTextBox> nextInlineTextBox() const;
LayoutRect localBounds() const;
- LayoutRect absoluteBounds() const;
unsigned len() const;
Direction getDirection() const;
void characterWidths(Vector<float>&) const;

Powered by Google App Engine
This is Rietveld 408576698