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

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

Issue 2335703002: Use sk_sp-based text blob APIs (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/TextBlob.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/text/TextRun.h
diff --git a/third_party/WebKit/Source/platform/text/TextRun.h b/third_party/WebKit/Source/platform/text/TextRun.h
index 4c30b34712f8bddc1ad6b1df9aac6505d277b31b..45b32172eb87656af8ea5466dcd3456e58d41e0e 100644
--- a/third_party/WebKit/Source/platform/text/TextRun.h
+++ b/third_party/WebKit/Source/platform/text/TextRun.h
@@ -250,7 +250,7 @@ public:
unsigned from;
unsigned to;
FloatRect bounds;
- sk_sp<const SkTextBlob>* cachedTextBlob;
+ sk_sp<SkTextBlob>* cachedTextBlob;
reed1 2016/09/12 16:50:54 Is this really tri-state w/ meaning? - null ptr -
f(malita) 2016/09/12 17:18:18 It's an out-param:
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/TextBlob.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698