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

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

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 | « Source/core/rendering/AbstractInlineTextBox.h ('k') | Source/core/rendering/ClipRect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/AbstractInlineTextBox.cpp
diff --git a/Source/core/rendering/AbstractInlineTextBox.cpp b/Source/core/rendering/AbstractInlineTextBox.cpp
index 81a40048a484a9aaf1364d5f2795dbf111d9e685..a223e245e69dcdcb869ae198139df61b8605c5c8 100644
--- a/Source/core/rendering/AbstractInlineTextBox.cpp
+++ b/Source/core/rendering/AbstractInlineTextBox.cpp
@@ -90,14 +90,6 @@ LayoutRect AbstractInlineTextBox::bounds() const
return m_renderText->localToAbsoluteQuad(boundaries).enclosingBoundingBox();
}
-unsigned AbstractInlineTextBox::start() const
-{
- if (!m_inlineTextBox)
- return 0;
-
- return m_inlineTextBox->start();
-}
-
unsigned AbstractInlineTextBox::len() const
{
if (!m_inlineTextBox)
« no previous file with comments | « Source/core/rendering/AbstractInlineTextBox.h ('k') | Source/core/rendering/ClipRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698