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

Unified Diff: Source/platform/text/TextRunIterator.h

Issue 652483002: TextRun::length() should return an unsigned (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
« Source/platform/fonts/Font.cpp ('K') | « Source/platform/text/TextRun.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/TextRunIterator.h
diff --git a/Source/platform/text/TextRunIterator.h b/Source/platform/text/TextRunIterator.h
index 0774b659a08244236f61d3b3b5cf728a6d078329..49fa02cccbba719d48139b8cc0f00d7160815f4e 100644
--- a/Source/platform/text/TextRunIterator.h
+++ b/Source/platform/text/TextRunIterator.h
@@ -69,7 +69,7 @@ public:
private:
const TextRun* m_textRun;
- int m_offset;
+ unsigned m_offset;
};
« Source/platform/fonts/Font.cpp ('K') | « Source/platform/text/TextRun.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698