Index: Source/web/WebFontImpl.cpp |
diff --git a/Source/web/WebFontImpl.cpp b/Source/web/WebFontImpl.cpp |
index bb919ac9d28c457f0f67aa4f0fa0deb5125531ae..0df4013848372f3fda3ed920975505a4c0570c26 100644 |
--- a/Source/web/WebFontImpl.cpp |
+++ b/Source/web/WebFontImpl.cpp |
@@ -42,8 +42,6 @@ |
#include "public/web/WebTextRun.h" |
#include <skia/ext/platform_canvas.h> |
-using namespace blink; |
- |
namespace blink { |
WebFont* WebFont::create(const WebFontDescription& desc) |
@@ -92,7 +90,7 @@ void WebFontImpl::drawText(WebCanvas* canvas, const WebTextRun& run, const WebFl |
int from, int to) const |
{ |
FontCachePurgePreventer fontCachePurgePreventer; |
- blink::FloatRect textClipRect(clip); |
+ FloatRect textClipRect(clip); |
TextRun textRun(run); |
TextRunPaintInfo runInfo(textRun); |
runInfo.from = from; |