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

Unified Diff: Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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: Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp
diff --git a/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp b/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp
index fc0f0cf218e943e9cec75c75edf45b814b82f04a..71c885cd235e37990c7781fee7adcb6ff66e5d90 100644
--- a/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp
+++ b/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp
@@ -33,8 +33,8 @@
#include "public/platform/WebFloatRect.h"
#include "public/platform/WebRect.h"
-using WebKit::WebFloatRect;
-using WebKit::WebRect;
+using blink::WebFloatRect;
+using blink::WebRect;
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698