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

Unified Diff: Source/platform/fonts/opentype/OpenTypeSanitizer.cpp

Issue 1110913002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/platform/geometry/FloatBoxTestHelpers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
diff --git a/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp b/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
index b10d2c104c513c333fb5ec929a3c173faed6deea..c5e71ae45976e36add0d0c78f017cdfcaa0c23f9 100644
--- a/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
+++ b/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
@@ -53,7 +53,7 @@ static void recordDecodeSpeedHistogram(SharedBuffer* buffer, double decodeTime,
}
double kbPerSecond = decodedSize / (1000 * decodeTime);
- blink::Platform::current()->histogramCustomCounts(histogramName, kbPerSecond, 1000, 300000, 50);
+ Platform::current()->histogramCustomCounts(histogramName, kbPerSecond, 1000, 300000, 50);
}
PassRefPtr<SharedBuffer> OpenTypeSanitizer::sanitize()
« no previous file with comments | « no previous file | Source/platform/geometry/FloatBoxTestHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698