| Index: cc/CCOverdrawMetrics.h
|
| diff --git a/cc/CCOverdrawMetrics.h b/cc/CCOverdrawMetrics.h
|
| index 3c1a386216047654c8fbaabbf122ab81d80fed7c..b907a64b4c2cca5f2893a615aad17375c4772dc2 100644
|
| --- a/cc/CCOverdrawMetrics.h
|
| +++ b/cc/CCOverdrawMetrics.h
|
| @@ -11,7 +11,7 @@ namespace WebKit {
|
| class WebTransformationMatrix;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
| class IntRect;
|
| class CCLayerTreeHost;
|
| class CCLayerTreeHostImpl;
|
| @@ -92,6 +92,6 @@ private:
|
| float m_pixelsCulledForDrawing;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|
| #endif
|
|
|