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

Unified Diff: Source/core/rendering/AbstractInlineTextBox.h

Issue 620753006: Rendering API cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 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 | Source/core/rendering/AbstractInlineTextBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/AbstractInlineTextBox.h
diff --git a/Source/core/rendering/AbstractInlineTextBox.h b/Source/core/rendering/AbstractInlineTextBox.h
index b2811e93019692c20b117273157fe41b12147f16..1b521e3968e2e2d7eb7dd2f005c1b01650e08c98 100644
--- a/Source/core/rendering/AbstractInlineTextBox.h
+++ b/Source/core/rendering/AbstractInlineTextBox.h
@@ -75,7 +75,6 @@ public:
PassRefPtr<AbstractInlineTextBox> nextInlineTextBox() const;
LayoutRect bounds() const;
- unsigned start() const;
unsigned len() const;
Direction direction() const;
void characterWidths(Vector<float>&) const;
« no previous file with comments | « no previous file | Source/core/rendering/AbstractInlineTextBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698