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

Unified Diff: third_party/WebKit/Source/platform/text/Character.h

Issue 1479003002: Remove Simple Text Path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
Index: third_party/WebKit/Source/platform/text/Character.h
diff --git a/third_party/WebKit/Source/platform/text/Character.h b/third_party/WebKit/Source/platform/text/Character.h
index 73fabb91aa5d076b551c264e87ba6f022c2898f9..8a5b4209a6e3e59d0289eaaa4c81c9370d81512d 100644
--- a/third_party/WebKit/Source/platform/text/Character.h
+++ b/third_party/WebKit/Source/platform/text/Character.h
@@ -34,7 +34,6 @@
#include "platform/PlatformExport.h"
#include "platform/text/CharacterProperty.h"
#include "platform/text/TextDirection.h"
-#include "platform/text/TextPath.h"
#include "platform/text/TextRun.h"
#include "wtf/ASCIICType.h"
#include "wtf/Allocator.h"
@@ -48,11 +47,6 @@ class PLATFORM_EXPORT Character {
STATIC_ONLY(Character);
public:
- static CodePath characterRangeCodePath(const LChar*, unsigned) {
- return SimplePath;
- }
- static CodePath characterRangeCodePath(const UChar*, unsigned len);
-
static inline bool isInRange(UChar32 character,
UChar32 lowerBound,
UChar32 upperBound) {

Powered by Google App Engine
This is Rietveld 408576698