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

Unified Diff: Source/web/WebFontImpl.cpp

Issue 468083003: Cleanup namespace usage in Source/web/Web[A-H]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing Created 6 years, 4 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 | « Source/web/WebFontDescription.cpp ('k') | Source/web/WebFormControlElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/web/WebFontDescription.cpp ('k') | Source/web/WebFormControlElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698