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

Unified Diff: webkit/compositor_bindings/TiledLayerChromiumTest.cpp

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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: webkit/compositor_bindings/TiledLayerChromiumTest.cpp
diff --git a/webkit/compositor_bindings/TiledLayerChromiumTest.cpp b/webkit/compositor_bindings/TiledLayerChromiumTest.cpp
index 7a36566a2c7bd3e9c652d59795262abda295cc2c..3c7b9647648817d522f84dd3ffdebfaa435b7973 100644
--- a/webkit/compositor_bindings/TiledLayerChromiumTest.cpp
+++ b/webkit/compositor_bindings/TiledLayerChromiumTest.cpp
@@ -21,7 +21,7 @@
#include <gtest/gtest.h>
#include <public/WebTransformationMatrix.h>
-using namespace WebCore;
+using namespace cc;
using namespace WebKitTests;
using namespace WTF;
using WebKit::WebTransformationMatrix;
@@ -1471,7 +1471,7 @@ private:
class UpdateTrackingTiledLayerChromium : public FakeTiledLayerChromium {
public:
- explicit UpdateTrackingTiledLayerChromium(WebCore::CCPrioritizedTextureManager* manager)
+ explicit UpdateTrackingTiledLayerChromium(CCPrioritizedTextureManager* manager)
: FakeTiledLayerChromium(manager)
{
OwnPtr<TrackingLayerPainter> trackingLayerPainter(TrackingLayerPainter::create());
@@ -1483,7 +1483,7 @@ public:
TrackingLayerPainter* trackingLayerPainter() const { return m_trackingLayerPainter; }
protected:
- virtual WebCore::LayerTextureUpdater* textureUpdater() const OVERRIDE { return m_layerTextureUpdater.get(); }
+ virtual LayerTextureUpdater* textureUpdater() const OVERRIDE { return m_layerTextureUpdater.get(); }
private:
TrackingLayerPainter* m_trackingLayerPainter;
« no previous file with comments | « webkit/compositor_bindings/ThrottledTextureUploaderTest.cpp ('k') | webkit/compositor_bindings/TreeSynchronizerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698