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

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

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
Index: Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
diff --git a/Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp b/Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
index 9b2266822ac2fe6712413f4adf4d09393a18fe4c..ce1e7e8a9b2b72de15c3fec6b252c4de19de731b 100644
--- a/Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
+++ b/Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
@@ -36,7 +36,7 @@
using blink::WebFloatRect;
using blink::WebRect;
-namespace WebCore {
+namespace blink {
OpaqueRectTrackingContentLayerDelegate::OpaqueRectTrackingContentLayerDelegate(GraphicsContextPainter* painter)
: m_painter(painter)

Powered by Google App Engine
This is Rietveld 408576698