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

Unified Diff: Source/platform/graphics/gpu/DrawingBuffer.h

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/gpu/DrawingBuffer.h
diff --git a/Source/platform/graphics/gpu/DrawingBuffer.h b/Source/platform/graphics/gpu/DrawingBuffer.h
index 4c457b7c7b747dc97b8763a629758a6bbe6de54f..3ebbebc292bb10f6723d3a629635acafb5581aec 100644
--- a/Source/platform/graphics/gpu/DrawingBuffer.h
+++ b/Source/platform/graphics/gpu/DrawingBuffer.h
@@ -53,7 +53,7 @@ class WebGraphicsContext3D;
class WebLayer;
}
-namespace WebCore {
+namespace blink {
class Extensions3DUtil;
class ImageData;
class ImageBuffer;
@@ -300,6 +300,6 @@ private:
Vector<uint8_t> m_scanline;
};
-} // namespace WebCore
+} // namespace blink
#endif // DrawingBuffer_h
« no previous file with comments | « Source/platform/graphics/filters/SpotLightSource.cpp ('k') | Source/platform/graphics/gpu/DrawingBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698